Skip to content

Commit a960339

Browse files
Drop support for Python 3.4, and add 3.7
1 parent efe3a7e commit a960339

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ git:
55
language: python
66
python:
77
- '2.7'
8-
- '3.4'
98
- '3.5'
109
- '3.6'
11-
# - '3.7'
1210
- pypy
1311

1412
install:

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,py34,py35,py36,py37,pypy
2+
envlist = py27,py35,py36,py37,pypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)