diff --git a/.travis.yml b/.travis.yml index 8ab4eba6..e0b809a5 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