Add py36 to test matrix
This commit is contained in:
@@ -23,7 +23,10 @@ matrix:
|
|||||||
- python: 3.5
|
- python: 3.5
|
||||||
env:
|
env:
|
||||||
- "TOXENV=py35"
|
- "TOXENV=py35"
|
||||||
- python: 3.5
|
- python: 3.6
|
||||||
|
env:
|
||||||
|
- "TOXENV=py36"
|
||||||
|
- python: 3.6
|
||||||
env:
|
env:
|
||||||
- "TOXENV=lint"
|
- "TOXENV=lint"
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@@ -91,6 +91,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||||
]
|
]
|
||||||
|
5
tox.ini
5
tox.ini
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py33, py34, py35, lint
|
envlist = py26, py27, py33, py34, py35, py36, lint
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
@@ -23,6 +23,9 @@ recreate = True
|
|||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
recreate = True
|
recreate = True
|
||||||
|
|
||||||
|
[testenv:py36]
|
||||||
|
recreate = True
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
recreate = True
|
recreate = True
|
||||||
commands =
|
commands =
|
||||||
|
Reference in New Issue
Block a user