File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ dist : xenial
12language : python
23matrix :
34 include :
4- - python : 3.6
5+ - python : 3.7
56 env : TOXENV=flake8
67 - python : 2.7
78 env : TOXENV=py27
89 - python : 3.5
910 env : TOXENV=py35
1011 - python : 3.6
1112 env : TOXENV=py36
13+ - python : 3.7
14+ env : TOXENV=py37
1215 - python : pypy
1316 env : TOXENV=pypy
1417 - python : pypy3
1518 env : TOXENV=pypy3
16- - python : 3.6
19+ - python : 3.7
1720 env : TOXENV=docs
1821install :
1922 - pip install tox
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ deps=
1111 coverage
1212 mock
1313basepython =
14- flake8: python3.5
14+ flake8: python3.7
1515 py27: python2.7
1616 py35: python3.5
1717 py36: python3.6
1818 py37: python3.7
1919 pypy: pypy
2020 pypy3: pypy3
21- docs: python3.6
22- coverage: python3.6
21+ docs: python3.7
22+ coverage: python3.7
2323
2424[testenv:flake8]
2525deps =
You can’t perform that action at this time.
0 commit comments