From a8c4efcf233e39a1c3fa25dbd0fb80c1614a7560 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Sat, 1 Aug 2015 11:37:09 -0400 Subject: [PATCH] TST: cding all over the place makes codecov sad --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6290054..388e47ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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