diff --git a/.travis.yml b/.travis.yml index 79a5fff..8a118c9 100644 --- a/.travis.yml +++ b/.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