Skip to content

Commit 7348d92

Browse files
added python 3.7 build
1 parent 7803a7b commit 7348d92

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1+
dist: xenial
12
language: python
23
matrix:
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
1821
install:
1922
- pip install tox

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ deps=
1111
coverage
1212
mock
1313
basepython =
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]
2525
deps=

0 commit comments

Comments
 (0)