Travis: Check style on 3.6

This commit is contained in:
Raphael Michel
2017-06-01 14:54:52 +02:00
parent bf5ea81b40
commit c67a53d156
2 changed files with 4 additions and 4 deletions

View File

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

View File

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