Skip to content

Commit 0fe5319

Browse files
committed
Drop py2.7 from CI
1 parent f9e8f06 commit 0fe5319

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cache:
55
- pip
66

77
python:
8-
- 2.7
98
- 3.5
109
- 3.6
1110
# - 3.7

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py35, py36, pypy
7+
envlist = py36, py37
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)