mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Install (testing)requirements for style checks
to fix unexpected results from isort
This commit is contained in:
parent
ed62eceda3
commit
de1cc4be2f
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ matrix:
|
|||
include:
|
||||
- python: 2.7
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r testing_requirements.txt
|
||||
- pip install flake8
|
||||
- pip install isort
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue