Test docs building and flake8 only for Python 3.6

This commit is contained in:
Sylvain Bellemare 2017-03-31 10:54:02 +02:00 committed by Sylvain Bellemare
parent 5c2bab078f
commit 64ef0dd9a1
1 changed files with 9 additions and 3 deletions

View File

@ -14,11 +14,17 @@ env:
matrix:
fast_finish: true
exclude:
- python: 3.4
- python: 3.4
env: TOXENV=flake8
- python: 3.4
- python: 3.4
env: TOXENV=docsroot
- python: 3.4
- python: 3.4
env: TOXENV=docsserver
- python: 3.5
env: TOXENV=flake8
- python: 3.5
env: TOXENV=docsroot
- python: 3.5
env: TOXENV=docsserver
include:
- python: 3.4