py27 compat fixes

This commit is contained in:
Manuel Barkhau 2018-09-05 21:04:26 +02:00
parent 31ae8c21f4
commit 6955728080
3 changed files with 4 additions and 3 deletions

View file

@ -2,6 +2,7 @@
set -e
# minimal test requirements for py27 testing
python -m pip install -U pip
python -m pip install pytest rst2html5
rst2html5 --strict README.rst > /dev/null