Skip to content

Commit

Permalink
change appveyor file based on example of pyramid
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Sep 19, 2017
1 parent 44524f8 commit b8eb4f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
environment:
matrix:
- PTHON: "C:\\Python27"
env: TOXENV=lint-py2,docs
TOXENV: "lint-py2,docs"
- PTHON: "C:\\Python36"
env: TOXENV=lint-py3,docs
TOXENV: "lint-py3,docs"
- PTHON: "C:\\Python27"
env: TOXENV=py27
TOXENV: "py27"
- PTHON: "C:\\Python27"
env: TOXENV=py27-rp3
TOXENV: "py27-rp3"
- PTHON: "C:\\Python27"
env: TOXENV=py27-datetime
TOXENV: "py27-datetime"
- PTHON: "C:\\Python34"
env: TOXENV=py34
TOXENV: "py34"
- PTHON: "C:\\Python35"
env: TOXENV=py35
TOXENV: "py35"
- PTHON: "C:\\Python36"
env: TOXENV=py36
TOXENV: "py36"
- PTHON: "C:\\Python36"
env: TOXENV=py36-datetime
TOXENV: "py36-datetime"

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

0 comments on commit b8eb4f6

Please sign in to comment.