Add sysinfo print on travis

This commit is contained in:
Luke Campagnola 2016-11-01 06:22:47 -07:00
parent a0e4301b38
commit 453871564b

View File

@ -135,6 +135,9 @@ script:
- source activate test_env
# Check system info
- python -c "import pyqtgraph as pg; pg.systemInfo()"
# Run unit tests
- start_test "unit tests";
PYTHONPATH=. py.test --cov pyqtgraph -sv;