aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-14 09:02:46 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-15 08:00:45 -0500
commit4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c (patch)
treea57cef71069087a8f09333a5c91570aa06fa18c8 /.travis
parent92d8bd12609586bfa53cf8c7a691e37474aeccd1 (diff)
downloadcryptography-4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c.tar.gz
cryptography-4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c.tar.bz2
cryptography-4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c.zip
let's add python 3.5 to our test matrix
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 929cf48b..1e625509 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -33,6 +33,10 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 3.4.2
pyenv global 3.4.2
;;
+ py35)
+ pyenv install 3.5.0
+ pyenv global 3.5.0
+ ;;
pypy)
pyenv install pypy-2.6.1
pyenv global pypy-2.6.1