]> git.parisson.com Git - telemeta.git/commitdiff
Travis: fix django settings for test
authorThomas Fillon <thomas@parisson.com>
Thu, 20 Nov 2014 14:32:11 +0000 (15:32 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 20 Nov 2014 14:32:11 +0000 (15:32 +0100)
setup.py
telemeta/tests/settings_sqlite.py

index d730966fa87b76328545d9ce222174f225e4d65e..72846d13ded68031a1abebf5ccf562f57065cd01 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
         'pyyaml',
         'python-ebml',
     ],
-  tests_require=['pytest-django', 'pytest-cov', 'pytest-pep8'],
+  tests_require=['pytest-django', 'pytest-cov'],
   # Provide a test command through django-setuptest
   cmdclass={'test': PyTest},
   dependency_links = ['https://github.com/yomguy/django-json-rpc/tarball/0.6.2#egg=django-json-rpc-0.6.2'],
index 86e64b4dc70906170f727bd9971ae1d5bfcf8b52..eef9ebdbdb9d0c1643907c6a84a59f96d4868d03 100644 (file)
@@ -1,4 +1,4 @@
-from telemeta.settings_base import *
+from telemeta.settings_base import SECRET_KEY
 
 
 DATABASES = {