1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-08 16:38:43 -04:00

Fix testing requirements filename

This commit is contained in:
Thor77 2019-03-10 13:16:15 +01:00
parent 604dc0a439
commit c7f9731b6a
No known key found for this signature in database
GPG key ID: 5051E71B46AA669A

View file

@ -8,14 +8,14 @@ matrix:
- python: 2.7 - python: 2.7
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r testing_requirements.txt - pip install -r requirements-dev.txt
- pip install pylama - pip install pylama
script: script:
- pylama tsstats - pylama tsstats
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r testing_requirements.txt - pip install -r requirements-dev.txt
- pip install pytest-cov - pip install pytest-cov
script: py.test --cov=tsstats tsstats/ script: py.test --cov=tsstats tsstats/