Skip to content

Commit 2c2b3bf

Browse files
author
Sam McHardy
committed
Remove python 3.4 from tests
1 parent 855c29a commit 2c2b3bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'Programming Language :: Python :: 2',
2020
'Programming Language :: Python :: 2.7',
2121
'Programming Language :: Python :: 3',
22-
'Programming Language :: Python :: 3.4',
2322
'Programming Language :: Python :: 3.5',
2423
'Programming Language :: Python :: 3.6',
2524
'Programming Language :: Python :: 3.7',

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

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)