# 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