1
0
Fork 0
forked from josch/plakativ

rename test.py -> plakativ_test.py so that pytest finds it automatically

This commit is contained in:
Johannes 'josch' Schauer 2020-06-10 00:38:06 +02:00
parent ad0996fd2a
commit b14852f891
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
3 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,4 @@ matrix:
install: pip install wheel PyMuPDF pytest pdfrw
script:
- python --version
- python -m pytest test.py
- python -m pytest

View file

@ -21,7 +21,7 @@ install:
build: off
test_script:
- "%PYTHON%\\python.exe -m pytest test.py"
- "%PYTHON%\\python.exe -m pytest"
after_test:
- "%PYTHON%\\python.exe setup.py bdist_wheel"