1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-25 23:05:31 -04:00
TeamspeakStats/.travis.yml
2018-02-01 21:49:02 +01:00

26 lines
475 B
YAML

language: python
python:
- 2.7
- 3.5
- 3.6
matrix:
include:
- python: 2.7
install:
- pip install -r requirements.txt
- pip install -r testing_requirements.txt
- pip install pylama
script:
- pylama tsstats
install:
- pip install -r requirements.txt
- pip install -r testing_requirements.txt
- pip install pytest-cov
script: py.test --cov=tsstats tsstats/
after_success:
- pip install coveralls
- coveralls