Skip to content

Commit 764119a

Browse files
committed
Remove python 3.7 test since Travis doesn't support it.
1 parent 4ad9ac3 commit 764119a

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ matrix:
1111
env: TOXENV=py36
1212
- python: 3.6
1313
env: TOXENV=coverage,codecov
14-
- python: 3.7
15-
env: TOXENV=py37
1614

1715
install:
1816
- pip install tox

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,5 @@
7171
"Programming Language :: Python",
7272
"Programming Language :: Python :: 3",
7373
"Programming Language :: Python :: 3.6",
74-
"Programming Language :: Python :: 3.7",
7574
],
7675
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37
2+
envlist = py36
33

44
[testenv]
55
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)