Updated list of Python versions in tox
Change-Id: I40118820d7eb0956dc012556aa1d5767f40d652e Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
This commit is contained in:
parent
01a634014e
commit
ffbc080f1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ ChangeLog
|
||||
# Editors
|
||||
*~
|
||||
.*.swp
|
||||
/.testrepository
|
||||
|
4
tox.ini
4
tox.ini
@ -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}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user