This commit is contained in:
Kenneth Reitz
2012-08-20 12:09:24 +10:00
parent 4863007d65
commit 4f58daef9f
3 changed files with 1 additions and 6 deletions
-1
View File
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.2
install:
+1 -4
View File
@@ -9,10 +9,7 @@ import os
import sys
from sys import argv
from glob import glob
try:
from collections import OrderedDict
except ImportError:
from ordereddict import OrderedDict
from collections import OrderedDict
# Python 3
if sys.version_info[0] == 3:
-1
View File
@@ -22,7 +22,6 @@ setup(
zip_safe=False,
include_package_data=True,
platforms='any',
install_requires=['ordereddict'],
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',