travis experiment #9

This commit is contained in:
Manuel Barkhau 2018-09-05 20:27:53 +02:00
parent 9a1c2e1f0b
commit 43e1bfb271
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -v
echo "python3.7 path: $(which python3.7)"
if [[ $(which python3.7) ]]; then
python3.7 --version

View file

@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -v
rst2html5 --strict README.rst > /dev/null
rst2html5 --strict CHANGELOG.rst > /dev/null