1
0
Fork 0
forked from josch/plakativ

.travis.yml: use python instead of python3

This commit is contained in:
Johannes 'josch' Schauer 2019-07-01 10:13:50 +02:00
parent e58f0cfd7a
commit b4434e6467
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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