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

Switching from nose to pytest

parent e67c657e
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,7 @@ install: ...@@ -49,8 +49,7 @@ install:
- conda install -c jlaura pvl protobuf - conda install -c jlaura pvl protobuf
# Development installation # Development installation
- conda install nose coverage sh anaconda-client - conda install pytest pytest-cov sh anaconda-client
- pip install coveralls pytest
# Straight from the menpo team # Straight from the menpo team
- if [["$TRAVIS_OS_NAME" == "osx"]]; then - if [["$TRAVIS_OS_NAME" == "osx"]]; then
...@@ -62,7 +61,7 @@ install: ...@@ -62,7 +61,7 @@ install:
script: script:
- nosetests --with-coverage --cover-package=plio - pytest --cov=plio
# After test success, package and upload to Anaconda # After test success, package and upload to Anaconda
- ~/miniconda/bin/python condaci.py build ./conda - ~/miniconda/bin/python condaci.py build ./conda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment