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:
- conda install -c jlaura pvl protobuf
# Development installation
- conda install nose coverage sh anaconda-client
- pip install coveralls pytest
- conda install pytest pytest-cov sh anaconda-client
# Straight from the menpo team
- if [["$TRAVIS_OS_NAME" == "osx"]]; then
......@@ -62,7 +61,7 @@ install:
script:
- nosetests --with-coverage --cover-package=plio
- pytest --cov=plio
# After test success, package and upload to Anaconda
- ~/miniconda/bin/python condaci.py build ./conda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment