diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-05 17:19:18 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-05 17:19:18 -0800 |
commit | 1258d9e1bb856ef14ee18ad4bcd52c31cf9f268c (patch) | |
tree | acf72a27650dfcf701e801986fabdf1e9f357258 | |
parent | ad6b96db25c9cf79e2df53d694952a3c99af293c (diff) | |
parent | e51b24ac8060bda099bcc5ea6c18f96f062aaad8 (diff) |
Merge branch '1.15' into 1.16
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c2c20a60..55cba46d 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, w/ coverage! (but skip coverage on 3.2, coverage.py dropped it) - - "[[ $TRAVIS_PYTHON_VERSION != 3.2 ]] && inv test --coverage || inv test" + # Main tests, w/ coverage! + - inv test --coverage # 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 |