diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 5cdb348..ce81f00 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -43,5 +43,6 @@ tox --sitepackages -e 'py34-flask011-ci' -- --results=results-py3 # Let's see if we can print the script this way sed -i -e "s|less|cat|" ./runtests.py -python ./runtests.py list --show -n 1 +python ./runtests.py list --show -n 1 --results=results-py3 +python ./runtests.py list --show -n 1 --results=results-py2