Browse Source

Disable tests.

backports/m1-live
Erik Stein 8 years ago
parent
commit
b0f5d969fc
  1. 6
      setup.py

6
setup.py

@ -38,9 +38,7 @@ setup(
# 'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.3',
# 'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Utilities',
],
zip_safe=False,
tests_require=[
@ -49,5 +47,5 @@ setup(
# 'django-mptt',
# 'pytz',
],
test_suite='testapp.runtests.runtests',
# test_suite='testapp.runtests.runtests',
)
Loading…
Cancel
Save