summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a22c42..578a7ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: python
python:
- "2.7"
- "2.6"
- - "3.3"
+ # - "3.3"
env:
- DJANGO_PACKAGE='Django>=1.5,<1.6'
- DJANGO_PACKAGE='Django>=1.6,<1.7'
diff --git a/setup.py b/setup.py
index de7b03e..2df5068 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,6 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.3',
+ #'Programming Language :: Python :: 3.3',
],
)