mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
add pytest to appveyor.yml
This commit is contained in:
parent
e8cafdbe06
commit
caafcbf1d7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue