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