aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-22 15:31:03 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-22 15:31:03 -0500
commitc04d45e1ba2e2960f0525aafb57dcfdb1c0a2b03 (patch)
treeea1e12102692cffbcb19e6568ae32e4f8e2a7f84 /.travis
parentd05b0bd046be891957db6c8b1f78de492230d211 (diff)
downloadcryptography-c04d45e1ba2e2960f0525aafb57dcfdb1c0a2b03.tar.gz
cryptography-c04d45e1ba2e2960f0525aafb57dcfdb1c0a2b03.tar.bz2
cryptography-c04d45e1ba2e2960f0525aafb57dcfdb1c0a2b03.zip
Use the latest Python 3.4 release
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 142b4988..c5f94596 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -30,8 +30,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global 3.3.6
;;
py34)
- pyenv install 3.4.2
- pyenv global 3.4.2
+ pyenv install 3.4.4
+ pyenv global 3.4.4
;;
py35)
pyenv install 3.5.1