summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-09-30 15:42:13 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-09-30 15:42:13 -0700
commitef682912815873b25732ca2a780f5a55c1638fe1 (patch)
treeb2707691991f37cf3bb8a3e182748dd0a6f7ac37 /.travis.yml
parent2e4d604cdd3d65dd5a826794231ad03839c28d4a (diff)
parent57106d04def84ca1d9dd23c4d85b2ba9242556ff (diff)
Merge branch '1.15' into 496-int
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a55dbb6..45fb1722 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,8 @@ install:
- pip install coveralls # For coveralls.io specifically
- pip install -r dev-requirements.txt
script:
- # Main tests, with coverage!
- - inv test --coverage
+ # Main tests, w/ coverage! (but skip coverage on 3.2, coverage.py dropped it)
+ - "[[ $TRAVIS_PYTHON_VERSION != 3.2 ]] && inv test --coverage || inv test"
# Ensure documentation & invoke pipeline run OK.
# Run 'docs' first since its objects.inv is referred to by 'www'.
# Also force warnings to be errors since most of them tend to be actual