]> git.parisson.com Git - timeside-diadems.git/commitdiff
Try to fix Travis CI - make test verbose
authorThomas Fillon <thomas@parisson.com>
Sat, 18 Oct 2014 07:14:21 +0000 (09:14 +0200)
committerThomas Fillon <thomas@parisson.com>
Sat, 18 Oct 2014 07:14:21 +0000 (09:14 +0200)
setup.py

index 566ead5216d13e0d9036a34e245e2c80bebf41ac..ea28ff22073803d2b60039ab0f687233b4064a40 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from setuptools.command.test import test as TestCommand
 class PyTest(TestCommand):
     def finalize_options(self):
         TestCommand.finalize_options(self)
-        self.test_args = ['tests', '--ignore', 'tests/sandbox']
+        self.test_args = ['tests', '--ignore', 'tests/sandbox', '--verbose']
         self.test_suite = True
 
     def run_tests(self):