Skip to content

Commit a0abd7a

Browse files
stop building python 2.7
1 parent dc89963 commit a0abd7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ matrix:
44
include:
55
- python: 3.7
66
env: TOXENV=flake8
7-
- python: 2.7
8-
env: TOXENV=py27
97
- python: 3.5
108
env: TOXENV=py35
119
- python: 3.6
1210
env: TOXENV=py36
1311
- python: 3.7
1412
env: TOXENV=py37
15-
- python: pypy
16-
env: TOXENV=pypy
13+
- python: 3.8
14+
env: TOXENV=py38
1715
- python: pypy3
1816
env: TOXENV=pypy3
1917
- python: 3.7

0 commit comments

Comments
 (0)