diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-17 08:20:01 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-17 08:20:01 -0700 |
commit | 483d593150dfcf1021e2b4ec534cfe170e4645d6 (patch) | |
tree | d4474ae06dee71ca673fb25d8fa08a82ddcab711 | |
parent | 31b837fdefc1516e4e1dff7bfb8db9c4303078f0 (diff) | |
download | cryptography-483d593150dfcf1021e2b4ec534cfe170e4645d6.tar.gz cryptography-483d593150dfcf1021e2b4ec534cfe170e4645d6.tar.bz2 cryptography-483d593150dfcf1021e2b4ec534cfe170e4645d6.zip |
Use the latest python 3.3 on OS X on travis
-rwxr-xr-x | .travis/install.sh | 4 |
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) |