File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ language: python
2
2
3
3
matrix :
4
4
include :
5
- - python : 3.6 -dev
5
+ - python : 3.7 -dev
6
6
env : TOXENV=coveralls
7
7
- python : 3.4
8
8
env : TOXENV=py34
9
9
- python : 3.5-dev
10
10
env : TOXENV=py35
11
11
- python : 3.6-dev
12
12
env : TOXENV=py36
13
+ - python : 3.7-dev
14
+ env : TOXENV=py37
13
15
14
16
sudo : required
15
17
dist : trusty
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py34, py35, py36
2
+ envlist = py34, py35, py36, py37
3
3
4
4
[testenv]
5
5
deps =
@@ -13,7 +13,7 @@ commands= python setup.py test
13
13
[testenv:coveralls]
14
14
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERALLS_REPO_TOKEN
15
15
usedevelop =True
16
- basepython =python3.6
16
+ basepython =python3.7
17
17
changedir =.
18
18
deps =
19
19
{[testenv]deps}
You can’t perform that action at this time.
0 commit comments