Commit f09d1701 authored by jay's avatar jay
Browse files

Switching from nose to pytest

parent e67c657e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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