diff --git a/run_ci_tests.sh b/run_ci_tests.sh index e2d3db2..292af9d 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -40,9 +40,3 @@ pip install --upgrade --force-reinstall chardet pip3 install "pygit2 <= `rpm -q libgit2 --queryformat='%{version}'`" tox --sitepackages -e 'py27-flask011-ci' -- --results=results-py2 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 --results=results-py3 -python ./runtests.py list --show -n 1 --results=results-py2 -