diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-17 11:29:13 -0430 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-17 11:29:13 -0430 |
commit | 44450da83212f96b46ddfff96301dbf74e0e0e55 (patch) | |
tree | 2edfce26419dbeaac8ebc572ca503d306b8f7408 | |
parent | 521077cd69f03feba65de0b9d0cbb37f917c56ac (diff) | |
parent | 483d593150dfcf1021e2b4ec534cfe170e4645d6 (diff) | |
download | cryptography-44450da83212f96b46ddfff96301dbf74e0e0e55.tar.gz cryptography-44450da83212f96b46ddfff96301dbf74e0e0e55.tar.bz2 cryptography-44450da83212f96b46ddfff96301dbf74e0e0e55.zip |
Merge pull request #821 from alex/newer-py33
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) |