aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ab4eba..e0b809a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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