]> git.parisson.com Git - timeside.git/commitdiff
another attempt to fix .travis.yml
authorThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 16:15:50 +0000 (18:15 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 16:15:50 +0000 (18:15 +0200)
.travis.yml

index 0c91314d7bc8c823584b79a2e66b12f642e6f502..8bf66028dc25f5d3d3cf4e74a0c7c1a7958e8dc4 100644 (file)
@@ -16,14 +16,14 @@ before_install:
 # command to install dependencies
 install: 
 # - "pip install -r requirements.txt --use-mirrors"
-- pip install coverage
-- pip install coveralls
 - python setup.py install
 
 
 # command to run tests
 before_script:
 - python tests/get_samples.py
+- pip install coverage
+- pip install coveralls
 
 script:
  - coverage run --source=timeside --omit=timeside/analyzer/aubio/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py,timeside/analyzer/vamp_plugin.py setup.py test