fix: support for 3.5 and higher now that 3.6 is out

This commit is contained in:
mzwiessele 2017-06-17 12:11:45 +01:00
parent 846a873a26
commit 70765ae862
3 changed files with 4 additions and 3 deletions

View file

@ -16,8 +16,9 @@ addons:
env:
- PYTHON_VERSION=2.7
#- PYTHON_VERSION=3.3
- PYTHON_VERSION=3.4
#- PYTHON_VERSION=3.4
- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
before_install:
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh