Skip master tests until fanstatic is dealt with

This commit is contained in:
amercader 2020-09-01 11:08:53 +02:00
parent 9c4b0b22d6
commit 8e79897206
1 changed files with 9 additions and 8 deletions

View File

@ -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