1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-15 01:45:35 -04:00
TeamspeakStats/.travis.yml
2020-03-27 22:52:34 +01:00

25 lines
459 B
YAML

language: python
python:
- 3.7
- 3.8
matrix:
include:
- python: 3.8
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install pylama
script:
- pylama tsstats
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install pytest-cov
script: py.test --cov=tsstats tsstats/
after_success:
- pip install coveralls
- coveralls