forked from josch/plakativ
rename test.py -> plakativ_test.py so that pytest finds it automatically
This commit is contained in:
parent
ad0996fd2a
commit
b14852f891
3 changed files with 2 additions and 2 deletions
|
@ -27,4 +27,4 @@ matrix:
|
||||||
install: pip install wheel PyMuPDF pytest pdfrw
|
install: pip install wheel PyMuPDF pytest pdfrw
|
||||||
script:
|
script:
|
||||||
- python --version
|
- python --version
|
||||||
- python -m pytest test.py
|
- python -m pytest
|
||||||
|
|
|
@ -21,7 +21,7 @@ install:
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- "%PYTHON%\\python.exe -m pytest test.py"
|
- "%PYTHON%\\python.exe -m pytest"
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- "%PYTHON%\\python.exe setup.py bdist_wheel"
|
- "%PYTHON%\\python.exe setup.py bdist_wheel"
|
||||||
|
|
Loading…
Reference in a new issue