forked from josch/plakativ
.travis.yml: use python instead of python3
This commit is contained in:
parent
e58f0cfd7a
commit
b4434e6467
1 changed files with 2 additions and 1 deletions
|
@ -26,4 +26,5 @@ matrix:
|
||||||
- source "$HOME/venv/bin/activate"
|
- source "$HOME/venv/bin/activate"
|
||||||
install: pip install wheel PyMuPDF pytest pdfrw
|
install: pip install wheel PyMuPDF pytest pdfrw
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest test.py
|
- python --version
|
||||||
|
- python -m pytest test.py
|
||||||
|
|
Loading…
Reference in a new issue