Update requirements.txt location

This commit is contained in:
Alexis Métaireau 2017-03-21 17:12:03 +01:00
parent 3953b70c03
commit 2d0c85e0e6

View file

@ -3,6 +3,6 @@ python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r budget/requirements.txt"
install: "pip install -r requirements.txt"
# command to run tests
script: cd budget && python tests.py