diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-25 11:44:06 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 14:50:12 -0700 |
commit | 0871b938a374b5af0ccb1260fce3af3aa4920320 (patch) | |
tree | f287681cb4b97ed88c5b0fe736e4b93fe1fca3a4 /.travis.yml | |
parent | 1fa48b482c2db097da2b69dcaa79b3f7db98f1f0 (diff) |
Make sure to use the coverage task on travis so it gets slow tests too
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 30ddbff0..05876671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ install: - pip install codecov # For codecov specifically - pip install -r dev-requirements.txt script: - # Main tests, w/ coverage! - - inv test --coverage + # All (including slow) tests, w/ coverage! + - inv coverage # Ensure documentation builds, both sites, maxxed nitpicking - inv sites # flake8 is now possible! |