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: environment:
global: global:
TOXENV: "py" TOXENV: py
matrix: matrix:
- PYTHON: "C:\\Python27" - PYTHON: C:\Python36
- PYTHON: "C:\\Python35" - PYTHON: C:\Python27
- PYTHON: "C:\\Python36"
init: init:
- SET PATH=%PYTHON%;%PATH% - SET PATH=%PYTHON%;%PATH%
- python -c "import sys;sys.stdout.write(sys.version)"
install: install:
- python -m pip install -U pip setuptools wheel tox - python -m pip install -U pip setuptools wheel tox

Loading…
Cancel
Save