diff --git a/appveyor.yml b/appveyor.yml index 35889c5..fedcff2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,12 +19,13 @@ init: install: - "%PYTHON%/Scripts/easy_install -U pip" - - "%PYTHON%/Scripts/pip install -U setuptools tox wheel" + - "%PYTHON%/Scripts/pip install -U setuptools wheel" + - "%PYTHON%/Scripts/pip install -e .[tests]" build: false # Not a C# project, build stuff at the test step instead. test_script: - - "%PYTHON%/Scripts/tox --force-dep=pip>10.0.0 -r -e %TOX_ENV%" + - "%PYTHON%/python -m pytest" after_test: - "%PYTHON%/python setup.py bdist_wheel"