summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-05 11:40:23 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-05 11:40:23 -0700
commit4134f7c5950373158c33c0e265b59a1dc92d428f (patch)
tree79f254c718549c237bbc635e72e53b0c2c6619f0
parente5fc6a6ecc064f6b2b9862a9405b27f40385f821 (diff)
parent07d9fc7e1c3a8bbb6ff6ad8337417e09a7f5f473 (diff)
Merge branch 'master' into 131-int
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3cfef7cf..3f6f7331 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,8 +18,9 @@ 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.
- - invoke docs -o -W
- - invoke www -o -W
+ # 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"
notifications:
irc:
channels: "irc.freenode.org#paramiko"