Skip to content

Commit 644b455

Browse files
committed
DOC removed duplicate appveyor py3.5 environment
1 parent 7454d6b commit 644b455

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

appveyor.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,13 @@ environment:
3131
PYTHON_VERSION: "2.7"
3232
TEST_ALL: "no"
3333
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
34+
USE_PYTEST: "yes"
3435
- TARGET_ARCH: "x64"
3536
CONDA_PY: "35"
3637
CONDA_NPY: "110"
3738
PYTHON_VERSION: "3.5"
3839
TEST_ALL: "no"
3940
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
40-
- TARGET_ARCH: "x64"
41-
CONDA_PY: "35"
42-
CONDA_NPY: "110"
43-
PYTHON_VERSION: "3.5"
44-
TEST_ALL: "no"
45-
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
46-
USE_PYTEST: yes
4741
- TARGET_ARCH: "x86"
4842
CONDA_PY: "27"
4943
CONDA_NPY: "18"

0 commit comments

Comments
 (0)