File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,6 @@ environment:
26
26
PYTHON_ARCH : " 64"
27
27
CONDA_PY : " 36"
28
28
NUMPY : " 1.11"
29
- IPADDRESS : " "
30
-
31
- - CONDA_ROOT : " C:\\ Miniconda3_64"
32
- PYTHON_VERSION : " 2.7"
33
- PYTHON_ARCH : " 64"
34
- CONDA_PY : " 27"
35
- NUMPY : " 1.9"
36
- IPADDRESS : " ipaddress"
37
29
38
30
# We always use a 64-bit machine, but can build x86 distributions
39
31
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
@@ -78,17 +70,12 @@ install:
78
70
79
71
# create our env
80
72
- cmd : conda install -q -y conda-build anaconda-client
81
- # Needed for building extensions in python2.7 x64 with cmake.
82
- - cmd : conda install -c conda-forge vs2008_express_vc_python_patch
83
- - cmd : call setup_x64
84
- - cmd : conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six %IPADDRESS%
73
+ - cmd : conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six
85
74
- cmd : activate test-environment
86
75
- cmd : conda list -n test-environment
87
76
88
77
- cmd : conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
89
78
- cmd : pip install -e .
90
- - cmd : dir %CONDA_ROOT%\\conda-bld
91
- - cmd : dir %CONDA_ROOT%\\conda-bld\\win-64
92
79
- cmd : conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
93
80
94
81
test_script :
You can’t perform that action at this time.
0 commit comments