add requirements_dev.txt
This commit is contained in:
parent
64180a1d72
commit
5732282441
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install:
|
install:
|
||||||
- pip install -r src/requirements.txt
|
- pip install -r src/requirements_dev.txt
|
||||||
before_script:
|
before_script:
|
||||||
- cd src
|
- cd src
|
||||||
script:
|
script:
|
||||||
|
|
3
src/requirements_dev.txt
Normal file
3
src/requirements_dev.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
-r requirements.txt
|
||||||
|
flake8
|
||||||
|
isort
|
Loading…
Add table
Add a link
Reference in a new issue