Browse Source

cleanup

pull/2558/head
David Lord 7 years ago
parent
commit
3012d20a3f
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 8
      .appveyor.yml

8
.appveyor.yml

@ -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

Loading…
Cancel
Save