mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Fix pip command line in .travis.yml
This commit is contained in:
@@ -3,7 +3,7 @@ python:
|
|||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install:
|
install:
|
||||||
- pip install -q src/requirements.txt
|
- pip install -q -r src/requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
- cd src
|
- cd src
|
||||||
- "pep8 --ignore=E501,E128 --exclude=migrations ."
|
- "pep8 --ignore=E501,E128 --exclude=migrations ."
|
||||||
|
|||||||
Reference in New Issue
Block a user