Skip to content

Commit a7fdfb0

Browse files
committed
Upload windows packages
[ci skip]
1 parent 16ad466 commit a7fdfb0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.appveyor.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ environment:
1616
# See: http://stackoverflow.com/a/13751649/163740
1717
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\run_with_env.cmd"
1818
clone_folder: C:\projects\pandas
19+
UPLOAD_TOKEN:
20+
secure: 7/x6y6mkoFdHwnnE3bYmPj5gkF1KMi69JyfXlOC/Yys1twKZs5UbxmxEAdmJYdDQ
1921

2022
matrix:
2123

@@ -75,14 +77,21 @@ install:
7577
- cmd: conda info -a
7678

7779
# create our env
80+
- cmd: conda install -q -y conda-build anaconda-client
7881
- cmd: conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six %IPADDRESS%
7982
- cmd: activate test-environment
8083
- cmd: conda list -n test-environment
8184

8285
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
8386
- 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
8588

8689
test_script:
8790
# tests
8891
- 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

0 commit comments

Comments
 (0)