diff --git a/.travis.yml b/.travis.yml index 35242cc..2875874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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