.travis.yml: use python instead of python3

main
parent e58f0cfd7a
commit b4434e6467
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -26,4 +26,5 @@ matrix:
- source "$HOME/venv/bin/activate"
install: pip install wheel PyMuPDF pytest pdfrw
script:
- python3 -m pytest test.py
- python --version
- python -m pytest test.py

Loading…
Cancel
Save