File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ environment:
16
16
# See: http://stackoverflow.com/a/13751649/163740
17
17
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ run_with_env.cmd"
18
18
clone_folder : C:\projects\pandas
19
+ UPLOAD_TOKEN :
20
+ secure : 7/x6y6mkoFdHwnnE3bYmPj5gkF1KMi69JyfXlOC/Yys1twKZs5UbxmxEAdmJYdDQ
19
21
20
22
matrix :
21
23
@@ -75,14 +77,21 @@ install:
75
77
- cmd : conda info -a
76
78
77
79
# create our env
80
+ - cmd : conda install -q -y conda-build anaconda-client
78
81
- cmd : conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six %IPADDRESS%
79
82
- cmd : activate test-environment
80
83
- cmd : conda list -n test-environment
81
84
82
85
- cmd : conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
83
86
- cmd : pip install -e .
84
- - cmd : conda install -q %MINICONDA_DIR%/ conda-bld/*/ pandas*.tar.bz2
87
+ - cmd : conda install -q %MINICONDA_DIR%\\ conda-bld\\*\\ pandas*.tar.bz2
85
88
86
89
test_script :
87
90
# tests
88
91
- cmd : pytest
92
+ - cmd : conda build conda-recipes/cyberpandas --python=${PYTHON}
93
+
94
+ on_success :
95
+ - cmd : anaconda -t %UPLOAD_KEY% upload -u intake --force %MINICONDA_DIR%\\conda-bld-*\\*.tar.bz2
96
+ on :
97
+ branch : master
You can’t perform that action at this time.
0 commit comments