Merge pull request #341 from ThomasWaldmann/python35

also test py35 on travis
This commit is contained in:
TW 2015-10-27 23:25:58 +01:00
commit b4aab655c1
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,9 @@ matrix:
- python: 3.4
os: linux
env: TOXENV=py34
- python: 3.5
os: linux
env: TOXENV=py35
- language: generic
os: osx
osx_image: xcode6.4
@ -29,6 +32,10 @@ matrix:
os: osx
osx_image: xcode6.4
env: TOXENV=py34
- language: generic
os: osx
osx_image: xcode6.4
env: TOXENV=py35
install:
- ./.travis/install.sh

View File

@ -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