Fix travis.yml

This commit is contained in:
Luke Campagnola 2017-09-06 09:42:59 -07:00
parent 4bca2ae879
commit 1bd97c67e2

View File

@ -143,7 +143,6 @@ script:
# Run unit tests
- start_test "unit tests";
# NOTE: tests/test_reload.py breaks without --assert=reinterp|plain
PYTHONPATH=. py.test --cov --assert=reinterp pyqtgraph -sv;
check_output "unit tests";
- echo "test script finished. Current directory:"