From a5b1e28d8fb86968b5556c1e5efb72e0665a02fc Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 9 Sep 2014 16:53:53 +0200 Subject: [PATCH] Fix pip command line in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ed2355fa8..5049c20313 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "3.2" - "3.4" install: - - pip install -q src/requirements.txt + - pip install -q -r src/requirements.txt before_script: - cd src - "pep8 --ignore=E501,E128 --exclude=migrations ."