aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-10-23 11:36:36 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-10-23 11:36:36 -0700
commit59dfbad46f805bb75833868095a4f6c95e9dc5f0 (patch)
tree2c535dde5fbbd6f6f52977065812e148606169c9 /.travis
parenta05af52d1f0fba90030b62185d38523119d68b42 (diff)
downloadcryptography-59dfbad46f805bb75833868095a4f6c95e9dc5f0.tar.gz
cryptography-59dfbad46f805bb75833868095a4f6c95e9dc5f0.tar.bz2
cryptography-59dfbad46f805bb75833868095a4f6c95e9dc5f0.zip
bump the point releases we test against
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 01affab4..df11b9c0 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -56,18 +56,18 @@ if [[ "$DARWIN" = true ]]; then
pip install virtualenv
;;
py32)
- pyenv install 3.2.5
- pyenv global 3.2.5
+ pyenv install 3.2.6
+ pyenv global 3.2.6
pip install virtualenv
;;
py33)
- pyenv install 3.3.5
- pyenv global 3.3.5
+ pyenv install 3.3.6
+ pyenv global 3.3.6
pip install virtualenv
;;
py34)
- pyenv install 3.4.1
- pyenv global 3.4.1
+ pyenv install 3.4.2
+ pyenv global 3.4.2
pip install virtualenv
;;
docs)