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

Install (testing)requirements for style checks

to fix unexpected results from isort
This commit is contained in:
Thor77 2017-06-01 10:46:16 +02:00
parent ed62eceda3
commit de1cc4be2f

View file

@ -8,6 +8,8 @@ matrix:
include: include:
- python: 2.7 - python: 2.7
install: install:
- pip install -r requirements.txt
- pip install -r testing_requirements.txt
- pip install flake8 - pip install flake8
- pip install isort - pip install isort
script: script: