add pytest to appveyor.yml

This commit is contained in:
Martin Bubel 2023-11-16 08:06:05 +01:00
parent e8cafdbe06
commit caafcbf1d7

View file

@ -33,12 +33,12 @@ install:
# We need wheel installed to build wheels
- python -m pip install wheel
# GPy needs paramz
- python -m pip install paramz
- python -m pip install coverage
- python -m pip install coveralls
- python -m pip install codecov
- python -m pip install twine
- "python setup.py develop"
- python -m pip install pytest
- python setup.py develop
build: off