Skip to content

Commit 1f924c4

Browse files
committed
CI: move full test to python 3.6
1 parent d15aff5 commit 1f924c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.appveyor.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ environment:
3636
PYTHON_VERSION: "3.5"
3737
TEST_ALL: "no"
3838
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
39-
- TARGET_ARCH: "x86"
40-
CONDA_PY: "27"
41-
CONDA_NPY: "18"
42-
PYTHON_VERSION: "2.7"
39+
- TARGET_ARCH: "x64"
40+
CONDA_PY: "36"
41+
PYTHON_VERSION: "3.6"
4342
# this variable influence pdf/svg and most importantly the latex related tests
4443
# which triples the runtime of the tests (7-8min vs 30min).
4544
# pick the one which seems to make the most problems and run it last, so that
4645
# the rest of the tests can give feedback earlier
4746
TEST_ALL: "yes"
48-
CONDA_INSTALL_LOCN: "C:\\Miniconda"
47+
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
4948

5049
# We always use a 64-bit machine, but can build x86 distributions
5150
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).

0 commit comments

Comments
 (0)