Add py36 to test matrix

This commit is contained in:
Konsta Vesterinen
2017-03-27 16:51:44 +03:00
parent 421e3f8e19
commit 40fd44c2bb
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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