Skip to content

Commit

Permalink
BLD: Remove nose from instructions
Browse files Browse the repository at this point in the history
Remove nose and replace with pytest
  • Loading branch information
bashtage committed Aug 4, 2016
1 parent 658080c commit ee42ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion building/binstar/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test:
imports:
- arch
requires:
- nose
- pytest

about:
home: https://github.com/bashtage/arch
Expand Down

0 comments on commit ee42ccc

Please sign in to comment.