diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:58:12 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:58:12 -0800 |
commit | 958faab321a9e2204bd7532b1fd33113e49796b3 (patch) | |
tree | 2c2aeb55a028283e385a2aa67afa426d483a11c4 /.travis.yml | |
parent | 886e04b2c3668e40af22c5cfef4c476b9e92b87b (diff) | |
parent | 0a57d0337778d99066688e310c81d449c64c9bb6 (diff) |
Merge branch '1.13' into 1.14
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 64f64e60..f841a71e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,9 @@ sudo: false python: - "2.6" - "2.7" - - "3.2" - "3.3" + - "3.4" + - "3.5" install: # Self-install for setup.py-driven deps - pip install -e . @@ -18,9 +19,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" |