forked from orbit-oss/flask
add python 3.5 build to travis config
This commit is contained in:
parent
1ac4156016
commit
b8dc6c12b7
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ python:
|
|||
- "pypy"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
env:
|
||||
- REQUIREMENTS=lowest
|
||||
|
|
@ -20,6 +21,8 @@ matrix:
|
|||
env: REQUIREMENTS=lowest
|
||||
- python: "3.4"
|
||||
env: REQUIREMENTS=lowest
|
||||
- python: "3.5"
|
||||
env: REQUIREMENTS=lowest
|
||||
|
||||
|
||||
install:
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = {py26,py27,pypy}-{lowest,release,devel}, {py33,py34}-{release,devel}
|
||||
envlist = {py26,py27,pypy}-{lowest,release,devel}, {py33,py34,py35}-{release,devel}
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue