Test on official Python 3.7
This commit is contained in:
parent
cd8d29ab91
commit
518890423a
2 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,10 @@ matrix:
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOXENV=py3lint
|
env: TOXENV=py3lint
|
||||||
|
- python: 3.7
|
||||||
|
env: TOXENV=py37
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py36, py35, py34, pypy, pypy3, py36dev, py37dev
|
envlist = py27, py37, py36, py35, py34, pypy, pypy3, py36dev, py37dev
|
||||||
recreate = False
|
recreate = False
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue