.travis.yml: install tox

pull/110/head
parent 2c8e417c51
commit bfd822b74e
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -24,7 +24,7 @@ matrix:
- python3 -m pip install --upgrade virtualenv
- virtualenv -p python3 --system-site-packages "$HOME/venv"
- source "$HOME/venv/bin/activate"
install: pip install wheel pillow pytest pdfrw pikepdf
install: pip install tox
script:
- python --version
- tox

Loading…
Cancel
Save