Skip to content
Snippets Groups Projects
Commit 80359f56 authored by Anthony Sottile's avatar Anthony Sottile
Browse files

Test against python3.6

parent 1a754b92
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,6 +19,8 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
- env: TOXENV=docstrings
Loading
Loading
Loading
Loading
@@ -53,6 +53,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
],
Loading
Loading
[tox]
envlist =
py26,py27,py33,py34,py35,flake8
py26,py27,py33,py34,py35,py36,flake8
 
[testenv]
deps =
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment