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
- python: 3.6
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg
- python: 3.4
- python: 3.6
env: JOB=style
- python: 3.4
- python: 3.6
env: JOB=plugins
- python: 3.4
- python: 3.6
env: JOB=tests-cov
addons:
postgresql: "9.4"