Separate py27,lint to two jobs

This commit is contained in:
hugovk 2017-01-02 18:37:27 +02:00
parent a2ccf9a7ac
commit 4092098c00

View file

@ -14,7 +14,9 @@ env:
matrix: matrix:
include: include:
- python: 2.7 - python: 2.7
env: TOXENV=py27,lint env: TOXENV=lint
- python: 2.7
env: TOXENV=py27
- python: 3.6 - python: 3.6
env: TOXENV=py36 env: TOXENV=py36
- python: 3.5 - python: 3.5