From 331f38f3c72af792bfb60e0e40aef7911c9b5eee Mon Sep 17 00:00:00 2001 From: Rocky Meza Date: Mon, 3 Feb 2014 20:56:21 -0700 Subject: [PATCH] Can't get tests to pass for Python3 --- .travis.yml | 2 +- setup.py | 2 +- 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', ], )