Tox: add Python 3.7

This commit is contained in:
MinchinWeb 2018-07-12 00:07:31 -06:00
commit 0dc7e65c58
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@ env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py37
matrix:
include:
- python: 3.6

View file

@ -1,5 +1,5 @@
[tox]
envlist = py{27,34,35,36},docs,flake8
envlist = py{27,34,35,36,37},docs,flake8
[testenv]
basepython =
@ -7,6 +7,7 @@ basepython =
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
passenv = *
usedevelop=True
deps =