Skip to content

Commit

Permalink
Missed a spot re: 3.2 specific crap in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 6, 2015
1 parent 9886b38 commit e51b24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e51b24a

Please sign in to comment.