forked from orbit-oss/flask
cleanup
This commit is contained in:
parent
eab030f9f5
commit
3012d20a3f
1 changed files with 3 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue