This commit is contained in:
David Lord 2018-01-04 07:29:15 -08:00
parent 6a2631bd91
commit a028819725

View file

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