summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonne Martin <donne.martin@gmail.com>2016-04-10 13:16:13 -0400
committerDonne Martin <donne.martin@gmail.com>2016-04-10 13:16:13 -0400
commitc338fcf3ced1f42f1371351700431ef9aa9d46f0 (patch)
tree593f7e9d9347607276a227fab8849c82e45e66d7
parent7a70311c6be069981740b1f697385bee5a7a7b93 (diff)
Temp disable Python 3.3 support
Need to fix compat issues with HTMLParser unescape
-rw-r--r--.travis.yml1
-rw-r--r--setup.py1
-rw-r--r--tox.ini2
3 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index afd1471..65898f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
env:
- TOXENV=py26
- TOXENV=py27
- - TOXENV=py33
- TOXENV=py34
os:
- linux
diff --git a/setup.py b/setup.py
index a38148a..6a49f1d 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,6 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development',
diff --git a/tox.ini b/tox.ini
index 99193f1..6b30de1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py33, py34, py35
+envlist = py26, py27, py34, py35
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH