Python 3.6 was released, test it.
This commit is contained in:
parent
8c5b0091b1
commit
def2a2cf62
3 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,9 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
cache: pip
|
||||
# install libjpeg-dev for Pillow to handle JPEGs
|
||||
sudo: false
|
||||
|
|
|
@ -23,6 +23,7 @@ classifier =
|
|||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Operating System :: OS Independent
|
||||
|
||||
[files]
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27, py35, flake8
|
||||
envlist = py27, py35, py36, flake8
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue