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: env:
- PYTHON_VERSION=2.7 - PYTHON_VERSION=2.7
#- PYTHON_VERSION=3.3 #- PYTHON_VERSION=3.3
- PYTHON_VERSION=3.4 #- PYTHON_VERSION=3.4
- PYTHON_VERSION=3.5 - PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
before_install: before_install:
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh - wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh

View file

@ -76,7 +76,7 @@ If that is the case, it is best to clean the repo and reinstall.
[<img src="https://upload.wikimedia.org/wikipedia/commons/8/8e/OS_X-Logo.svg" height=40px>](http://www.apple.com/osx/) [<img src="https://upload.wikimedia.org/wikipedia/commons/8/8e/OS_X-Logo.svg" height=40px>](http://www.apple.com/osx/)
[<img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg" height=40px>](https://en.wikipedia.org/wiki/List_of_Linux_distributions) [<img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg" height=40px>](https://en.wikipedia.org/wiki/List_of_Linux_distributions)
Python 2.7, 3.4 and higher Python 2.7, 3.5 and higher
## Citation ## Citation

View file

@ -169,8 +169,8 @@ setup(name = 'GPy',
'Operating System :: Microsoft :: Windows', 'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Framework :: IPython', 'Framework :: IPython',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Intended Audience :: Developers', 'Intended Audience :: Developers',