Skip to content

Commit 540f2b0

Browse files
removing py27 from testing support
1 parent c16c7d0 commit 540f2b0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ language: python
22
sudo: false
33
matrix:
44
include:
5-
- python: "2.7"
6-
env: TOX_ENV=py27
75
- python: "3.5"
86
env: TOX_ENV=py35
97
- python: "3.6"
108
env: TOX_ENV=py36
11-
- python: "pypy2.7-5.8.0"
9+
- python: "pypy3.7"
1210
env: TOX_ENV=pypy
13-
- python: "2.7"
11+
- python: "3.7"
1412
env: TOX_ENV=analysis
15-
- python: "2.7"
13+
- python: "3.7"
1614
env: TOX_ENV=coverage
1715
install:
1816
- pip install tox

tox.ini

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

44

55
[flake8]

0 commit comments

Comments
 (0)