Make the requirements.txt part actually work
This commit is contained in:
parent
cfcb5504e1
commit
79bea4082a
@ -3,8 +3,8 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
- "pip install requirements-dev.txt"
|
- "pip install -r requirements-dev.txt"
|
||||||
- "python setup.py install"
|
- "python setup.py install"
|
||||||
- "pip install flake8"
|
- "pip install flake8"
|
||||||
- "pip install pytest"
|
- "pip install pytest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user