Pin twine for tests to 1.11, add py37 to test suite

This commit is contained in:
Matthew Planchard 2018-11-09 16:58:45 -06:00
parent ce9f4f75be
commit 4c92fafb4f
2 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ pytest>=2.3
setuptools
setuptools-git>=0.3
tox
twine>=1.7
# TODO: fix tests for twine 1.12
twine<1.12
webtest
wheel>=0.25.0
wheel>=0.25.0

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,pypy,pypy3
envlist = py27,py34,py35,py36,py37,pypy,pypy3
[testenv]
deps=-r{toxinidir}/requirements/dev.pip