File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
2+
dist: xenial
23
python:
34
- "3.6"
5+
- "3.7"
46
install:
57
- pip install codeclimate-test-reporter 'coverage>=4.0,<4.4' flake8
68
before_script:
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tox]
2-
envlist = py36,cover,lint
2+
envlist = py36,py37,cover,lint
33

44
[testenv]
55
commands =
66
python -m tests
77

88
[testenv:cover]
9-
whitelist_externals = coverage
109
deps =
1110
coverage>=4.0,<4.4
1211
commands =

0 commit comments

Comments
 (0)