Skip to content

Commit 00044f2

Browse files
authored
Merge pull request #99 from scrapinghub/consider-python-33-unmaintained
Python 3.3 is considered unmaintained
2 parents e7d1a8f + 16ef3b4 commit 00044f2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ matrix:
99
env: TOXENV=pypy-json
1010
- python: pypy
1111
env: TOXENV=pypy-msgpack
12-
- python: 3.3
13-
env: TOXENV=py33-json
14-
- python: 3.3
15-
env: TOXENV=py33-msgpack
1612
- python: 3.4
1713
env: TOXENV=py34-json
1814
- python: 3.4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{27,py,33,34,35,36}-{json,msgpack}
7+
envlist = py{27,py,34,35,36}-{json,msgpack}
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)