mirror of https://github.com/pallets/flask.git
cleanup
This commit is contained in:
parent
eab030f9f5
commit
3012d20a3f
|
|
@ -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…
Reference in New Issue