We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd897b commit ac4a7f1Copy full SHA for ac4a7f1
.appveyor.yml
@@ -70,7 +70,7 @@ install:
70
71
# create our env
72
- cmd: conda install -q -y conda-build anaconda-client
73
- - cmd: conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six nomkl
+ - cmd: conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six
74
- cmd: activate test-environment
75
- cmd: conda list -n test-environment
76
0 commit comments