summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Meza <rocky@fusionbox.com>2014-02-03 20:56:21 -0700
committerRocky Meza <rocky@fusionbox.com>2014-02-03 20:56:21 -0700
commit331f38f3c72af792bfb60e0e40aef7911c9b5eee (patch)
tree595bcf5a3a51982437a43d146e6bd8fad9fb2606
parent7356cdc1e241af73d349ed836ca5556afcb6d868 (diff)
downloaddjango-pyscss-331f38f3c72af792bfb60e0e40aef7911c9b5eee.tar.gz
Can't get tests to pass for Python3
-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',
],
)