Skip to content
Snippets Groups Projects
Commit 1d9a6cd1 authored by jay's avatar jay
Browse files

Missed another Appveyor Requirment

parent a24d8a55
No related branches found
No related tags found
No related merge requests found
...@@ -58,14 +58,15 @@ install: ...@@ -58,14 +58,15 @@ install:
- cmd: conda install --yes -c jlaura protobuf pvl - cmd: conda install --yes -c jlaura protobuf pvl
# Development installation # Development installation
- cmd: conda install --yes nose coverage pytest - cmd: conda install --yes pytest pytest-cov
- cmd: pip install coveralls - cmd: pip install coveralls
# Skip .NET project specific build phase. # Skip .NET project specific build phase.
build: off build: off
test_script: test_script:
- cmd: pytest --cov=cycsm - cmd: python setup.py install
- cmd: pytest --cov=plio
- "%CMD_IN_ENV% conda build conda --quiet" - "%CMD_IN_ENV% conda build conda --quiet"
deploy_script: deploy_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment