summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-10-27 23:06:32 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-10-27 23:06:32 +0100
commit9d0d37fab0749b6c2a72839c0b2385d755d72f9d (patch)
treeadd84f16358aadf642c5853c1ca76e9205e02b88 /.travis
parentb4535471f620d30237e8a5658db01c68757a85ac (diff)
also test py35 on travis
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 360453187..4de5e0c10 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -30,6 +30,10 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 3.4.3
pyenv global 3.4.3
;;
+ py35)
+ pyenv install 3.5.0
+ pyenv global 3.5.0
+ ;;
esac
pyenv rehash
python -m pip install --user virtualenv