Separate py27,lint to two jobs
This commit is contained in:
parent
a2ccf9a7ac
commit
4092098c00
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue