mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix pip command line in .travis.yml
This commit is contained in:
@@ -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 ."
|
||||
|
||||
Reference in New Issue
Block a user