mirror of
https://github.com/xgi/castero
synced 2024-11-10 15:28:45 +01:00
23 lines
304 B
YAML
23 lines
304 B
YAML
language: python
|
|
|
|
python:
|
|
- 3.6
|
|
- nightly
|
|
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install vlc
|
|
- pip install --upgrade pip
|
|
|
|
install:
|
|
- pip install ".[test]"
|
|
- pip install .
|
|
|
|
script:
|
|
- coverage run -m pytest tests
|
|
|
|
after_success:
|
|
- codecov
|
|
|
|
notifications:
|
|
email: false |