File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ install:
70
70
71
71
# create our env
72
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
73
+ - cmd : conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six nomkl
74
74
- cmd : activate test-environment
75
75
- cmd : conda list -n test-environment
76
76
@@ -84,6 +84,6 @@ test_script:
84
84
- cmd : conda build conda-recipes/cyberpandas --python=${PYTHON}
85
85
86
86
on_success :
87
- - cmd : anaconda -t %UPLOAD_KEY% upload -u intake --force %CONDA_ROOT%\\conda-bld- *\\*.tar.bz2
87
+ - cmd : anaconda -t %UPLOAD_KEY% upload -u intake --force %CONDA_ROOT%\\conda-bld\\ *\\*.tar.bz2
88
88
on :
89
89
branch : master
You can’t perform that action at this time.
0 commit comments