Skip to content

Commit 0d951b9

Browse files
committed
iter
1 parent e712709 commit 0d951b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ environment:
88
# We use miniconda versions of Python provided by appveyor windows images
99
matrix:
1010
- PYTHON: "C:\\Miniconda-x64"
11-
PYTHON_VERSION: "2.7.x"
11+
PYTHON_VERSION: "2.7"
1212
PYTHON_ARCH: "64"
1313
OPTIONAL_DEP: "pandas"
1414

1515
- PYTHON: "C:\\Miniconda"
16-
PYTHON_VERSION: "2.7.x"
16+
PYTHON_VERSION: "2.7"
1717
PYTHON_ARCH: "32"
1818
OPTIONAL_DEP: "pandas"
1919

2020
- PYTHON: "C:\\Miniconda36-x64"
21-
PYTHON_VERSION: "3.6.x"
21+
PYTHON_VERSION: "3.6"
2222
PYTHON_ARCH: "64"
2323
OPTIONAL_DEP: "pandas keras tensorflow"
2424

2525
- PYTHON: "C:\\Miniconda36-x64"
26-
PYTHON_VERSION: "3.7.x"
26+
PYTHON_VERSION: "3.7"
2727
PYTHON_ARCH: "64"
2828
OPTIONAL_DEP: "pandas keras tensorflow"
2929

3030
- PYTHON: "C:\\Miniconda36"
31-
PYTHON_VERSION: "3.7.x"
31+
PYTHON_VERSION: "3.7"
3232
PYTHON_ARCH: "32"
3333
OPTIONAL_DEP: "pandas"
3434

0 commit comments

Comments
 (0)