diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-25 11:44:06 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-25 11:44:06 -0700 |
commit | af9d10134f2e820e095ed8b8dadeba6f07909d13 (patch) | |
tree | aca285b4896b22487c469149afbac26b7aad85a9 | |
parent | b7df94b8a419f7ed949421d22896286dc1b15233 (diff) |
Make sure to use the coverage task on travis so it gets slow tests too
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 19551cf1..b37239ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,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! |