diff --git a/.travis.yml b/.travis.yml index 457570f..794e467 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ matrix: install: pip install wheel PyMuPDF pytest pdfrw script: - python --version - - python -m pytest test.py + - python -m pytest diff --git a/appveyor.yml b/appveyor.yml index 5d52091..4ebf925 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" diff --git a/test.py b/plakativ_test.py similarity index 100% rename from test.py rename to plakativ_test.py