Skip to content

Commit

Permalink
Really, really sick of Python 3.2 being shite to support.
Browse files Browse the repository at this point in the history
Step 1: make it stop tanking Travis builds randomly.
  • Loading branch information
bitprophet committed Nov 3, 2015
1 parent 98b504c commit d22597b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
# Self-install for setup.py-driven deps
Expand All @@ -18,9 +17,7 @@ script:
# 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
# problems.
# Finally, skip them under Python 3.2 due to sphinx shenanigans
- "[[ $TRAVIS_PYTHON_VERSION != 3.2 ]] && invoke docs -o -W || true"
- "[[ $TRAVIS_PYTHON_VERSION != 3.2 ]] && invoke www -o -W || true"
- invoke docs -o -W www -o -W
notifications:
irc:
channels: "irc.freenode.org#paramiko"
Expand Down

0 comments on commit d22597b

Please sign in to comment.