File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ environment:
21
21
22
22
matrix :
23
23
24
- - MINICONDA_DIR : " C:\\ Miniconda3_64"
24
+ - CONDA_ROOT : " C:\\ Miniconda3_64"
25
25
PYTHON_VERSION : " 3.6"
26
26
PYTHON_ARCH : " 64"
27
27
CONDA_PY : " 36"
28
28
NUMPY : " 1.11"
29
29
IPADDRESS : " "
30
30
31
- - MINICONDA_DIR : " C:\\ Miniconda3_64"
31
+ - CONDA_ROOT : " C:\\ Miniconda3_64"
32
32
PYTHON_VERSION : " 2.7"
33
33
PYTHON_ARCH : " 64"
34
34
CONDA_PY : " 27"
@@ -53,7 +53,7 @@ install:
53
53
# this installs the appropriate Miniconda (Py2/Py3, 32/64 bit)
54
54
# updates conda & installs: conda-build jinja2 anaconda-client
55
55
- powershell .\ci\install.ps1
56
- - SET PATH=%MINICONDA_DIR %;%MINICONDA_DIR %\Scripts;%PATH%
56
+ - SET PATH=%CONDA_ROOT %;%CONDA_ROOT %\Scripts;%PATH%
57
57
- echo "install"
58
58
- cd
59
59
- ls -ltr
@@ -84,14 +84,14 @@ install:
84
84
85
85
- cmd : conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
86
86
- cmd : pip install -e .
87
- - cmd : conda install -q %MINICONDA_DIR %\\conda-bld\\*\\pandas*.tar.bz2
87
+ - cmd : conda install -q %CONDA_ROOT %\\conda-bld\\*\\pandas*.tar.bz2
88
88
89
89
test_script :
90
90
# tests
91
91
- cmd : pytest
92
92
- cmd : conda build conda-recipes/cyberpandas --python=${PYTHON}
93
93
94
94
on_success :
95
- - cmd : anaconda -t %UPLOAD_KEY% upload -u intake --force %MINICONDA_DIR %\\conda-bld-*\\*.tar.bz2
95
+ - cmd : anaconda -t %UPLOAD_KEY% upload -u intake --force %CONDA_ROOT %\\conda-bld-*\\*.tar.bz2
96
96
on :
97
97
branch : master
You can’t perform that action at this time.
0 commit comments