提交 aca2655c 编写于 作者: P Patience Shyu

[WIP] Run tests for Python 3.7

上级 acd2b8d4
......@@ -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
......
......@@ -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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册