aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-17 08:20:01 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-17 08:20:01 -0700
commit483d593150dfcf1021e2b4ec534cfe170e4645d6 (patch)
treed4474ae06dee71ca673fb25d8fa08a82ddcab711 /.travis
parent31b837fdefc1516e4e1dff7bfb8db9c4303078f0 (diff)
downloadcryptography-483d593150dfcf1021e2b4ec534cfe170e4645d6.tar.gz
cryptography-483d593150dfcf1021e2b4ec534cfe170e4645d6.tar.bz2
cryptography-483d593150dfcf1021e2b4ec534cfe170e4645d6.zip
Use the latest python 3.3 on OS X on travis
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 7e77fc87..bd08740a 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -52,8 +52,8 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
pip install virtualenv
;;
py33)
- pyenv install 3.3.2
- pyenv global 3.3.2
+ pyenv install 3.3.5
+ pyenv global 3.3.5
pip install virtualenv
;;
docs)