Skip to content

Commit aa18b90

Browse files
committed
remove python 3.3 support
1 parent bcc2898 commit aa18b90

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
@@ -3,8 +3,6 @@ matrix:
33
include:
44
- python: "2.7"
55
env: TOXENV=py27
6-
- python: "3.3"
7-
env: TOXENV=py33
86
- python: "3.4"
97
env: TOXENV=py34
108
- 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 = py{27,33,34,35,36},pypy-5.4.1,pypy3
2+
envlist = py{27,34,35,36},pypy-5.4.1,pypy3
33
skip_missing_interpreters=true
44

55
[testenv]

0 commit comments

Comments
 (0)