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
1 changed files with 2 additions and 0 deletions

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: