Add sysinfo print on travis
This commit is contained in:
parent
a0e4301b38
commit
453871564b
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user