diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-21 17:12:03 +0100 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-28 17:41:34 +0200 |
| commit | 2d0c85e0e6252ca9b7a9146f791b224f3338a01c (patch) | |
| tree | 7adb545724c2b7714a951cb2d92907d36f4effc9 /.travis.yml | |
| parent | 3953b70c03e8c0774f827f398723612ec457f744 (diff) | |
| download | ihatemoney-mirror-2d0c85e0e6252ca9b7a9146f791b224f3338a01c.zip ihatemoney-mirror-2d0c85e0e6252ca9b7a9146f791b224f3338a01c.tar.gz ihatemoney-mirror-2d0c85e0e6252ca9b7a9146f791b224f3338a01c.tar.bz2 | |
Update requirements.txt location
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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 |
