Skip to content

Commit

Permalink
CI template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 14, 2018
1 parent fde4d37 commit 775b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ script:

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then
pytest --cov;
pytest --cov --cov-config=setup.cfg;
coveralls;
fi

0 comments on commit 775b4c0

Please sign in to comment.