summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 17:24:41 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 17:24:41 -0800
commitd22597b558ca8a1465352497e5adfd5d79cf4f3a (patch)
tree5dc3b19cb0d379aa95e3b18fcf2aa0e358131f8b
parent98b504ce1d840cc543aa85bdfb23b217931eabbf (diff)
Really, really sick of Python 3.2 being shite to support.
Step 1: make it stop tanking Travis builds randomly.
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 64f64e60..dc5bd561 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: false
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
install:
# Self-install for setup.py-driven deps
@@ -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"