Looks like everything is green for python 3.4

This commit is contained in:
Matt Robenolt 2014-09-22 06:45:45 +00:00
parent 08bc59c5a8
commit 8e328bc731
2 changed files with 6 additions and 4 deletions

View File

@ -45,7 +45,6 @@ notifications:
matrix:
allow_failures:
- env: 'DJANGO="-e git+git://github.com/django/django.git#egg=Django"'
- python: "3.4"
exclude:
- python: "3.2"
env: DJANGO=Django==1.4.15

View File

@ -126,11 +126,14 @@ setup(
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Operating System :: OS Independent',
'Topic :: Software Development',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python',
'Topic :: Software Development',
],
)