We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658080c commit ee42cccCopy full SHA for ee42ccc
appveyor.yml
@@ -21,7 +21,7 @@ build_script:
21
- cmd: SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
22
- cmd: conda config --set always_yes yes
23
- 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
+ - cmd: conda install numpy cython pytest pandas scipy patsy statsmodels matplotlib numba nbconvert nbformat pip pyyaml setuptools pyqt pyparsing --quiet
25
- cmd: python setup.py install
26
27
test_script:
building/binstar/meta.yaml
@@ -39,7 +39,7 @@ test:
39
imports:
40
- arch
41
requires:
42
- - nose
+ - pytest
43
44
about:
45
home: https://github.com/bashtage/arch
0 commit comments