Skip to content

Commit

Permalink
Use same VM for all builds on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Jul 3, 2019
1 parent 42bed4a commit 4f2f6ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ environment:

matrix:
- PYTHON: "C:\\Miniconda36-x64"
PYTHON_VERSION: "3.6"
#PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
CONDA_ENV: "py36-windows"
- PYTHON: "C:\\Miniconda37-x64"
PYTHON_VERSION: "3.7"
- PYTHON: "C:\\Miniconda36-x64"
#PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
CONDA_ENV: "py37-windows"

Expand Down

0 comments on commit 4f2f6ed

Please sign in to comment.