Skip to content

Commit

Permalink
Fix travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Jan 29, 2019
1 parent 221aa80 commit 384666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -64,7 +64,7 @@ before_script:
- cd test
- sh build_test_docker.sh
script:
- for test in test*.py; do python check_zombie.py pytest -x -v --cov sos --cov-config ../.coveragerc --cov-report=xml; done
- pytest -x -v --cov sos --cov-config ../.coveragerc --cov-report=xml

after_success:
- coverage combine;
Expand Down

0 comments on commit 384666c

Please sign in to comment.