forked from CGM_Public/pretix_original
Travis: Check style on 3.6
This commit is contained in:
@@ -30,11 +30,11 @@ matrix:
|
|||||||
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg
|
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg
|
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg
|
||||||
- python: 3.4
|
- python: 3.6
|
||||||
env: JOB=style
|
env: JOB=style
|
||||||
- python: 3.4
|
- python: 3.6
|
||||||
env: JOB=plugins
|
env: JOB=plugins
|
||||||
- python: 3.4
|
- python: 3.6
|
||||||
env: JOB=tests-cov
|
env: JOB=tests-cov
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ default_section = THIRDPARTY
|
|||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
known_first_party = pretix
|
known_first_party = pretix
|
||||||
known_third_party = versions
|
known_third_party = versions
|
||||||
known_standard_library = typing
|
known_standard_library = typing,enum
|
||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
not_skip = __init__.py
|
not_skip = __init__.py
|
||||||
skip = make_testdata.py,wsgi.py,bootstrap,celery_app.py,settings.py
|
skip = make_testdata.py,wsgi.py,bootstrap,celery_app.py,settings.py
|
||||||
|
|||||||
Reference in New Issue
Block a user