Skip to content

Commit 019cb6e

Browse files
committed
Tests now pass under tox with Python 3.3
django-setuptest 0.1.3 added Python 3 support. Also bumping up the Django version.
1 parent b4da49e commit 019cb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packages=find_packages(),
1515
include_package_data=True,
1616
install_requires=[
17-
"Django>=1.4.3",
17+
"Django>=1.4.5",
1818
],
1919
classifiers=[
2020
'Development Status :: 3 - Alpha',
@@ -28,7 +28,7 @@
2828
"Programming Language :: Python :: 3.3",
2929
],
3030
tests_require=(
31-
'django-setuptest==0.1.2',
31+
'django-setuptest==0.1.3',
3232
),
3333
test_suite='setuptest.setuptest.SetupTestSuite',
3434
)

0 commit comments

Comments
 (0)