Skip to content

Commit

Permalink
Merge pull request #2559 from pallets/fix-appveyor
Browse files Browse the repository at this point in the history
Better appveyor config
  • Loading branch information
davidism committed Dec 17, 2017
2 parents e296a67 + 411b08f commit eab030f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .appveyor.yml
Expand Up @@ -3,16 +3,21 @@ environment:
TOXENV: "py"

matrix:
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"

init:
- SET PATH=%PYTHON%;%PATH%
- python -c "import sys;sys.stdout.write(sys.version)"

install:
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel tox"
- python -m pip install -U pip setuptools wheel tox

build: false

test_script:
- "%PYTHON%\\python.exe -m tox"
- python -m tox

branches:
only:
Expand Down

0 comments on commit eab030f

Please sign in to comment.