Skip to content

Commit cf0673c

Browse files
author
kishan
authored
Remove pypy and python2 from tox and travis. (#744)
This should help one step in closing #727
1 parent 1b546ad commit cf0673c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ matrix:
66
include:
77
- python: 3.8
88
env: TOXENV=flake8
9-
- python: 2.7
10-
env: TOXENV=py27
11-
- python: pypy
12-
env: TOXENV=pypy
139
- python: 3.5
1410
env: TOXENV=py35
1511
- python: 3.6

tox.ini

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

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)