Skip to content

Commit

Permalink
appveyor-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Jun 30, 2018
1 parent 1877c1e commit 96d6e22
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions appveyor.yml
Expand Up @@ -6,25 +6,29 @@ environment:
TOXENV: "lint-py27,docs"
- PYTHON: "C:\\Python36"
TOXENV: "lint-py36,docs"
- PYTHON: "C:\\Python26"
TOXENV: "py26,datetime"
- PYTHON: "C:\\Python27"
TOXENV: "py27"
- PYTHON: "C:\\Python27"
TOXENV: "py27-datetime"
TOXENV: "py27,datetime"
- PYTHON: "C:\\Python34"
TOXENV: "py34"
TOXENV: "py34,datetime"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python36"
TOXENV: "py36"
TOXENV: "py35,datetime"
- PYTHON: "C:\\Python36"
TOXENV: "py36-datetime"
TOXENV: "py36,datetime"
- PYTHON: "C:\\Python37"
TOXENV: "py37"
TOXENV: "py37,datetime"
- PYTHON: "C:\\Python38"
TOXENV: "py38,datetime"

matrix:
allow_failures:
- PYTHON: "C:\\Python26"
TOXENV: "py26,datetime"
- PYTHON: "C:\\Python34"
TOXENV: "py34"
TOXENV: "py34,datetime"
- PYTHON: "C:\\Python38"
TOXENV: "py38,datetime"

cache:
- '%LOCALAPPDATA%\pip\Cache'
Expand Down

0 comments on commit 96d6e22

Please sign in to comment.