Skip to content

Commit 9fc391a

Browse files
committed
Remove 3.3 support
1 parent deddd3a commit 9fc391a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: python
33

44
python:
55
- "2.7"
6-
- "3.3"
76
- "3.4"
87
- "3.5"
98
- "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 = py27, py33, py34, py35, py36, pypy, lint
2+
envlist = py27, py34, py35, py36, pypy, lint
33

44
[testenv]
55
deps= -r{toxinidir}/test_requirements.txt

0 commit comments

Comments
 (0)