]> git.parisson.com Git - timeside.git/commitdiff
Install Coveralls through setup.py test_requires
authorThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 06:49:34 +0000 (08:49 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 22 Apr 2014 06:49:34 +0000 (08:49 +0200)
.travis.yml
setup.py

index 0415ea60bafe842b13bca3587020508ae51410b6..22fa718dfda105789ddd90eddeeb6761e7900748 100644 (file)
@@ -19,7 +19,6 @@ before_install:
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
  - python setup.py install
- - pip install coveralls
 
 # command to run tests
 before_script:
index 11140d6e5a0f215187fd597c287276670b544ac4..cde749b8a5506041b20eb85ee4154804d6d03887 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'],
+  tests_require=['pytest', 'coveralls'],
   cmdclass = {'test': PyTest},
     )