Skip to content

Commit 4f88f91

Browse files
committed
CI: Appveyor 3.6 only
[ci skip]
1 parent 6636d3e commit 4f88f91

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.appveyor.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ environment:
2626
PYTHON_ARCH: "64"
2727
CONDA_PY: "36"
2828
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"
3729

3830
# We always use a 64-bit machine, but can build x86 distributions
3931
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
@@ -78,17 +70,12 @@ install:
7870

7971
# create our env
8072
- 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
8574
- cmd: activate test-environment
8675
- cmd: conda list -n test-environment
8776

8877
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
8978
- cmd: pip install -e .
90-
- cmd: dir %CONDA_ROOT%\\conda-bld
91-
- cmd: dir %CONDA_ROOT%\\conda-bld\\win-64
9279
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
9380

9481
test_script:

0 commit comments

Comments
 (0)