Make the requirements.txt part actually work

This commit is contained in:
seemethere 2016-10-15 22:16:50 -06:00
parent cfcb5504e1
commit 79bea4082a

View File

@ -3,8 +3,8 @@ python:
- "3.5"
# command to install dependencies
install:
- "pip install requirements.txt"
- "pip install requirements-dev.txt"
- "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt"
- "python setup.py install"
- "pip install flake8"
- "pip install pytest"