Merge pull request #2485 from redapple/tox-py36

Add Python 3.6 tox env + Travis CI build for it
This commit is contained in:
Mikhail Korobov 2017-01-20 03:36:37 +05:00 committed by GitHub
commit c275ceb17c
3 changed files with 19 additions and 7 deletions

View File

@ -1,17 +1,24 @@
language: python
python: 3.5
sudo: false
branches:
only:
- master
- /^\d\.\d+$/
- /^\d\.\d+\.\d+(rc\d+|dev\d+)?$/
env:
- TOXENV=py27
- TOXENV=jessie
- TOXENV=py33
- TOXENV=py35
- TOXENV=docs
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 2.7
env: TOXENV=jessie
- python: 3.3
env: TOXENV=py33
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=docs
install:
- pip install -U tox twine wheel codecov
script: tox

View File

@ -36,6 +36,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',

View File

@ -70,6 +70,10 @@ deps = {[testenv:py33]deps}
basepython = python3.5
deps = {[testenv:py33]deps}
[testenv:py36]
basepython = python3.6
deps = {[testenv:py33]deps}
[docs]
changedir = docs
deps =