Loading .travis.yml +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading
.travis.yml +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading