8000 Ci appveyor by tacaswell · Pull Request #8855 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Ci appveyor #8855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 10, 2017
Prev Previous commit
Next Next commit
CI: re-enable 3.6 but drop testall which seems to be the problem
  • Loading branch information
tacaswell committed Jul 10, 2017
commit 574d3b16d23af26167dc2d5dc85d4d53b9c3b126
19 changes: 10 additions & 9 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@ environment:
CONDA_NPY: "110"
PYTHON_VERSION: "3.5"
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
TEST_ALL: "yes"
# - TARGET_ARCH: "x64"
# CONDA_PY: "36"
# PYTHON_VERSION: "3.6"
# # this variable influence pdf/svg and most importantly the latex related tests
# # which triples the runtime of the tests (7-8min vs 30min).
# # pick the one which seems to make the most problems and run it last, so that
# # the rest of the tests can give feedback earlier
# CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
TEST_ALL: "no"
- TARGET_ARCH: "x64"
CONDA_PY: "36"
PYTHON_VERSION: "3.6"
# this variable influence pdf/svg and most importantly the latex related tests
# which triples the runtime of the tests (7-8min vs 30min).
# pick the one which seems to make the most problems and run it last, so that
# the rest of the tests can give feedback earlier
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
TEST_ALL: "no"

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