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