forked from josch/img2pdf
.travis.yml: install tox
This commit is contained in:
parent
2c8e417c51
commit
bfd822b74e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ matrix:
|
||||||
- python3 -m pip install --upgrade virtualenv
|
- python3 -m pip install --upgrade virtualenv
|
||||||
- virtualenv -p python3 --system-site-packages "$HOME/venv"
|
- virtualenv -p python3 --system-site-packages "$HOME/venv"
|
||||||
- source "$HOME/venv/bin/activate"
|
- source "$HOME/venv/bin/activate"
|
||||||
install: pip install wheel pillow pytest pdfrw pikepdf
|
install: pip install tox
|
||||||
script:
|
script:
|
||||||
- python --version
|
- python --version
|
||||||
- tox
|
- tox
|
||||||
|
|
Loading…
Reference in a new issue