Fix pip command line in .travis.yml

This commit is contained in:
Raphael Michel
2014-09-09 16:53:53 +02:00
parent 468c96f37a
commit a5b1e28d8f

View File

@@ -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 ."