forked from orbit-oss/flask
Added python3.6 support for tests
This commit is contained in:
parent
88111ae6bf
commit
01b992b1a1
4 changed files with 9 additions and 5 deletions
|
|
@ -8,6 +8,7 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- REQUIREMENTS=lowest
|
||||
|
|
@ -32,7 +33,10 @@ matrix:
|
|||
env: REQUIREMENTS=lowest
|
||||
- python: "3.5"
|
||||
env: REQUIREMENTS=lowest-simplejson
|
||||
|
||||
- python: "3.6"
|
||||
env: REQUIREMENTS=lowest
|
||||
- python: "3.6"
|
||||
env: REQUIREMENTS=lowest-simplejson
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue