TST: cding all over the place makes codecov sad

This commit is contained in:
Eric Dill 2015-08-01 11:37:09 -04:00
parent 1f05512e5a
commit a8c4efcf23
1 changed files with 3 additions and 1 deletions

View File

@ -136,7 +136,8 @@ script:
- start_test "unit tests";
PYTHONPATH=. py.test --cov pyqtgraph -n 4 -sv;
check_output "unit tests";
- echo "test script finished. Current directory:"
- pwd
# check line endings
- if [ "${TEST}" == "extra" ]; then
@ -181,5 +182,6 @@ script:
check_output "import test";
after_success:
- cd ~/repo-clone
- codecov
- coveralls