Allow py27 test selection

Allow test selection for the py27 tests when using tox.

See [1].

[1] https://docs.openstack.org/os-testr/latest/user/ostestr.html#notes-for-running-with-tox

Change-Id: I49b063dfb8e93648f608f2ca9de33c6d621d3642
This commit is contained in:
Samuel Matzek 2017-11-07 12:51:05 -06:00
parent b907b5cb19
commit a5d53a0edd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ commands =
[testenv:py27]
commands = {[testenv]commands}
ostestr --slowest --serial
ostestr {posargs} --slowest --serial
[py3base]
commands = ostestr --slowest --blacklist-file=blacklist-py3.txt --serial --regex '.*'