mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 09:50:41 +00:00
Update .travis.yml
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -9,17 +9,17 @@ python:
|
|||||||
script:
|
script:
|
||||||
- "gunzip tests/test_files/rf64/*.gz"
|
- "gunzip tests/test_files/rf64/*.gz"
|
||||||
- "python setup.py test"
|
- "python setup.py test"
|
||||||
- "python -m pytest tests/ -v --cov wavinfo --cov-report term-missing"
|
# - "python -m pytest tests/ -v --cov wavinfo --cov-report term-missing"
|
||||||
before_install:
|
before_install:
|
||||||
- "sudo apt-get update"
|
- "sudo apt-get update"
|
||||||
- "sudo add-apt-repository universe"
|
- "sudo add-apt-repository universe"
|
||||||
- "sudo apt-get install -y ffmpeg"
|
- "sudo apt-get install -y ffmpeg"
|
||||||
- "pip install pytest"
|
- "pip install pytest"
|
||||||
- "pip install coverage"
|
# - "pip install coverage"
|
||||||
- "pip install codecov"
|
# - "pip install codecov"
|
||||||
- "pip install pytest-cov==2.5.0"
|
# - "pip install pytest-cov==2.5.0"
|
||||||
- "pip install coverage==4.4"
|
# - "pip install coverage==4.4"
|
||||||
install:
|
install:
|
||||||
- "pip install setuptools"
|
- "pip install setuptools"
|
||||||
after_success:
|
# after_success:
|
||||||
- "codecov"
|
# - "codecov"
|
||||||
|
|||||||
Reference in New Issue
Block a user