Skip master tests until fanstatic is dealt with
This commit is contained in:
parent
9c4b0b22d6
commit
8e79897206
17
.travis.yml
17
.travis.yml
|
@ -28,15 +28,16 @@ jobs:
|
|||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||
- flake8 . --count --max-line-length=127 --statistics --exclude ckan --exit-zero
|
||||
|
||||
# - stage: Tests
|
||||
# python: "3.6"
|
||||
# env: CKANVERSION=master
|
||||
# services:
|
||||
# - postgresql
|
||||
# - redis
|
||||
# - docker
|
||||
#
|
||||
- stage: Tests
|
||||
python: "3.6"
|
||||
env: CKANVERSION=master
|
||||
services:
|
||||
- postgresql
|
||||
- redis
|
||||
- docker
|
||||
|
||||
- python: "2.7"
|
||||
python: "2.7"
|
||||
env: CKANVERSION=2.9
|
||||
services:
|
||||
- postgresql
|
||||
|
|
Loading…
Reference in New Issue