mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Update .travis.yml
This commit is contained in:
@@ -6,7 +6,7 @@ install:
|
|||||||
- pip install -q -r src/requirements.txt
|
- pip install -q -r src/requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
- cd src
|
- cd src
|
||||||
- flake8 --ignore=E128,F403,F401 .
|
- flake8 --ignore=E123,E128,F403,F401,N802 .
|
||||||
- python manage.py validate
|
- python manage.py validate
|
||||||
script:
|
script:
|
||||||
- python manage.py test
|
- python manage.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user