add requirements_dev.txt

This commit is contained in:
Laura Klünder 2016-08-30 17:27:35 +02:00
parent 64180a1d72
commit 5732282441
2 changed files with 4 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
-r requirements.txt
flake8
isort