Merge "Add tox entry for py35 tests"
This commit is contained in:
commit
c376d32a14
13
tox.ini
13
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py34,py27,pep8,checkbuild,checklinks
|
||||
envlist = py35,py34,py27,pep8,checkbuild,checklinks
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
@ -26,11 +26,20 @@ commands =
|
||||
bash -c "find trove -type f -regex '.*\.pot?' -print0 | \
|
||||
xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||
|
||||
[testenv:py34]
|
||||
[py3base]
|
||||
commands = rm -f .testrepository/times.dbm
|
||||
find ./trove -type f -name "*.pyc" -delete
|
||||
ostestr --blacklist_file=blacklist-py3.txt --serial
|
||||
whitelist_externals = rm
|
||||
find
|
||||
|
||||
[testenv:py34]
|
||||
commands = {[py3base]commands}
|
||||
whitelist_externals = {[py3base]whitelist_externals}
|
||||
|
||||
[testenv:py35]
|
||||
commands = {[py3base]commands}
|
||||
whitelist_externals = {[py3base]whitelist_externals}
|
||||
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user