Skip to content

Commit

Permalink
Merge branch 'master' into fix-test-bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Oct 16, 2017
2 parents 003948f + 827a83f commit 1fa5442
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .appveyor.yml
Expand Up @@ -6,26 +6,14 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"

matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.10"
PYTHON_ARCH: "32"
TOX_ENV: "py27"
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.10"
PYTHON_ARCH: "64"
TOX_ENV: "py27"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.1"
PYTHON_ARCH: "32"
TOX_ENV: "py36"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.1"
PYTHON_ARCH: "64"
TOX_ENV: "py36"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.3"
PYTHON_ARCH: "32"
TOX_ENV: "py35"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.3"
PYTHON_ARCH: "64"
Expand Down

0 comments on commit 1fa5442

Please sign in to comment.