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

@ -134,6 +134,9 @@ before_script:
script:
- source activate test_env
# Check system info
- python -c "import pyqtgraph as pg; pg.systemInfo()"
# Run unit tests
- start_test "unit tests";