forked from josch/img2pdf
appveyor.yml: run tox
This commit is contained in:
parent
1d5be0cc9d
commit
7a72c38c3d
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ environment:
|
||||||
- PYTHON: "C:\\Python37-x64"
|
- PYTHON: "C:\\Python37-x64"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "%PYTHON%\\python.exe -m pip install wheel pytest pdfrw pillow pyinstaller pikepdf"
|
- "%PYTHON%\\python.exe -m pip install tox"
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- "%PYTHON%\\python.exe setup.py test"
|
- "%PYTHON%\\python.exe -m tox"
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- "%PYTHON%\\python.exe setup.py bdist_wheel"
|
- "%PYTHON%\\python.exe setup.py bdist_wheel"
|
||||||
|
|
Loading…
Reference in a new issue