]> git.parisson.com Git - timeside-diadems.git/commitdiff
Clean up setup.py
authorThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 07:49:27 +0000 (09:49 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 07:49:27 +0000 (09:49 +0200)
setup.py

index a72a71c2232bbc1ce2950731f7181959ffa5c4b5..11140d6e5a0f215187fd597c287276670b544ac4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,6 @@ setup(
   include_package_data = True,
   zip_safe = False,
   scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],
-  tests_require=['pytest', 'coverage', 'coveralls'],
+  tests_require=['pytest'],
   cmdclass = {'test': PyTest},
     )