Skip to content

Commit 477957b

Browse files
committed
Dropped Python 3.4 support.
1 parent b67c8bc commit 477957b

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
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- 3.4
43
- 3.5
54
- 3.6
65
install: pip install . tox-travis

tox.ini

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

44
[testenv]
55
commands = py.test

0 commit comments

Comments
 (0)