[WIP] Run tests for Python 3.7

This commit is contained in:
Patience Shyu 2018-03-02 14:57:39 +01:00
parent acd2b8d43b
commit aca2655c12
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,8 @@ matrix:
env: TOXENV=py36
- python: 3.6
env: TOXENV=docs
- python: 3.7
env: TOXENV=py37
install:
- |
if [ "$TOXENV" = "pypy" ]; then

View File

@ -79,6 +79,10 @@ deps = {[testenv:py34]deps}
basepython = python3.6
deps = {[testenv:py34]deps}
[testenv:py37]
basepython = python3.7
deps = {[testenv:py34]deps}
[testenv:pypy3]
basepython = pypy3
deps = {[testenv:py34]deps}