From 2d0c85e0e6252ca9b7a9146f791b224f3338a01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 21 Mar 2017 17:12:03 +0100 Subject: [PATCH] Update requirements.txt location --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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