Allow to run specific test in py3 test container

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
Chenxiong Qi
2019-08-02 23:40:18 +08:00
parent 8dd65a79fa
commit df66d4f1b2

View File

@@ -24,7 +24,7 @@ done
# Since tox seems to ignore `usedevelop` when we have `sitepackages` on, we have to run it manually
python3 setup.py develop --no-deps
/usr/bin/tox -e flake8,py3
/usr/bin/tox -e flake8,py3 "$@"
rv=$?
# After running tox, we can revert back to the original files