Skip to content

Commit

Permalink
coveralls CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 31, 2018
1 parent 43e369b commit 884c9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,6 +27,6 @@ script:

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then
coverage run ../tests/test_all.py;
coverage run tests/test_all.py;
coveralls;
fi

0 comments on commit 884c9f9

Please sign in to comment.