Can't get tests to pass for Python3

This commit is contained in:
Rocky Meza 2014-02-03 20:56:21 -07:00
parent 7356cdc1e2
commit 331f38f3c7
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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',
],
)