From ee42ccc0ecca4ade1e3e78ebe72b207acf7e2939 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Thu, 4 Aug 2016 13:32:07 +0100 Subject: [PATCH] BLD: Remove nose from instructions Remove nose and replace with pytest --- appveyor.yml | 2 +- building/binstar/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 18b2abaf22..af39406aeb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ build_script: - cmd: SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH% - cmd: conda config --set always_yes yes - cmd: conda update conda --quiet - - cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat nose pip pyyaml setuptools pyqt pyparsing --quiet + - cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat pip pyyaml setuptools pyqt pyparsing --quiet - cmd: python setup.py install test_script: diff --git a/building/binstar/meta.yaml b/building/binstar/meta.yaml index 63372b7026..c0b85ca25e 100644 --- a/building/binstar/meta.yaml +++ b/building/binstar/meta.yaml @@ -39,7 +39,7 @@ test: imports: - arch requires: - - nose + - pytest about: home: https://github.com/bashtage/arch