remove nose install from appreyor.yml

This commit is contained in:
Martin Bubel 2023-11-13 21:03:51 +01:00
parent 6cf318323d
commit 07f2c50f3b

View file

@ -34,7 +34,6 @@ install:
- python -m pip install wheel
# GPy needs paramz
- python -m pip install paramz
- python -m pip install nose-show-skipped
- python -m pip install coverage
- python -m pip install coveralls
- python -m pip install codecov