mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Update requirements.txt location
This commit is contained in:
parent
3953b70c03
commit
2d0c85e0e6
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r budget/requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: cd budget && python tests.py
|
script: cd budget && python tests.py
|
||||||
|
|
Loading…
Reference in a new issue