Merge "Updated list of Python versions in tox"

This commit is contained in:
Zuul 2018-06-28 17:01:33 +00:00 committed by Gerrit Code Review
commit f7d1832b45
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ ChangeLog
# Editors
*~
.*.swp
/.testrepository

View File

@ -1,7 +1,9 @@
[tox]
minversion = 1.6
skipdist = True
envlist = pep8, py27, pypy, py33, py34
skip_missing_interpreters = true
# https://docs.python.org/devguide/#status-of-python-branches
envlist = pep8, py27, pypy, py33, py34, py35, py36, py37
[testenv]
commands = python setup.py test --slowest --testr-args='{posargs}'