mirror of https://github.com/celery/kombu.git
Actually run linters first.
This commit is contained in:
parent
e824ba1b96
commit
3bc949d63a
|
@ -6,6 +6,10 @@ env:
|
||||||
global:
|
global:
|
||||||
PYTHONUNBUFFERED=yes
|
PYTHONUNBUFFERED=yes
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- lint
|
||||||
|
- test
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
|
Loading…
Reference in New Issue