提交 a2147314 编写于 作者: P Paul Tremberth

Add Python 3.6 tox env + Travis CI build for it

上级 e7dede66
......@@ -11,6 +11,7 @@ env:
- TOXENV=jessie
- TOXENV=py33
- TOXENV=py35
- TOXENV=py36
- TOXENV=docs
install:
- pip install -U tox twine wheel codecov
......
......@@ -70,6 +70,10 @@ deps = {[testenv:py33]deps}
basepython = python3.5
deps = {[testenv:py33]deps}
[testenv:py36]
basepython = python3.6
deps = {[testenv:py33]deps}
[docs]
changedir = docs
deps =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册