Skip to content

Commit ee42ccc

Browse files
committed
BLD: Remove nose from instructions
Remove nose and replace with pytest
1 parent 658080c commit ee42ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_script:
2121
- cmd: SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
2222
- cmd: conda config --set always_yes yes
2323
- cmd: conda update conda --quiet
24-
- cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat nose pip pyyaml setuptools pyqt pyparsing --quiet
24+
- cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat pip pyyaml setuptools pyqt pyparsing --quiet
2525
- cmd: python setup.py install
2626

2727
test_script:

building/binstar/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test:
3939
imports:
4040
- arch
4141
requires:
42-
- nose
42+
- pytest
4343

4444
about:
4545
home: https://github.com/bashtage/arch

0 commit comments

Comments
 (0)