Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jan 4, 2018
1 parent eab030f commit 3012d20
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
environment:
global:
TOXENV: "py"
TOXENV: py

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

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

install:
- python -m pip install -U pip setuptools wheel tox
Expand Down

0 comments on commit 3012d20

Please sign in to comment.