forked from orbit-oss/flask
Add Python 3.7 to CI.
This commit is contained in:
parent
15c079f500
commit
deb211cf13
3 changed files with 10 additions and 6 deletions
|
|
@ -3,6 +3,7 @@ environment:
|
||||||
TOXENV: py,codecov
|
TOXENV: py,codecov
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
- PYTHON: C:\Python37-x64
|
||||||
- PYTHON: C:\Python36-x64
|
- PYTHON: C:\Python36-x64
|
||||||
- PYTHON: C:\Python27-x64
|
- PYTHON: C:\Python27-x64
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,16 @@
|
||||||
os: linux
|
os: linux
|
||||||
|
dist: xenial
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- python: 3.7
|
||||||
|
env: TOXENV=py,simplejson,devel,lowest,codecov
|
||||||
|
- python: 3.7
|
||||||
|
env: TOXENV=docs-html
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: TOXENV=py,simplejson,devel,lowest,codecov
|
env: TOXENV=py,simplejson,devel,lowest,codecov
|
||||||
- python: 3.6
|
|
||||||
env: TOXENV=docs-html
|
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=py,codecov
|
env: TOXENV=py,codecov
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
|
|
|
||||||
8
tox.ini
8
tox.ini
|
|
@ -1,9 +1,9 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py{36,35,34,27,py}
|
py{37,36,35,34,27,py}
|
||||||
py{36,27,py}-simplejson
|
py{37,36,27,py}-simplejson
|
||||||
py{36,27,py}-devel
|
py{37,36,27,py}-devel
|
||||||
py{36,27,py}-lowest
|
py{37,36,27,py}-lowest
|
||||||
docs-html
|
docs-html
|
||||||
coverage-report
|
coverage-report
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue