Skip to content

Commit 3a20118

Browse files
committed
Remove 3.3 support
1 parent 9a59b0b commit 3a20118

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ matrix:
1616
# Main tests on supported Python versions.
1717
- python: "2.7"
1818
env: TOXENV=py27
19-
- python: "3.3"
20-
env: TOXENV=py33
2119
- python: "3.4"
2220
env: TOXENV=py34
2321
- python: "3.5"

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

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

0 commit comments

Comments
 (0)