Updated list of Python versions in tox

Change-Id: I40118820d7eb0956dc012556aa1d5767f40d652e
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
This commit is contained in:
Sorin Sbarnea 2017-03-30 22:48:24 +01:00
parent 01a634014e
commit ffbc080f1a
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}'