Run all our tests with Python 3.6 on Travis

agj/update-translations
Manuel Kaufmann 2018-08-30 20:59:39 +02:00
parent a29fea4f2d
commit d3fff4d6c1
1 changed files with 3 additions and 3 deletions

View File

@ -7,14 +7,14 @@ env:
- ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz - ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
matrix: matrix:
include: include:
- python: 2.7 - python: 3.6
env: TOXENV=docs env: TOXENV=docs
- python: 3.6 - python: 3.6
env: TOXENV=docs-lint env: TOXENV=docs-lint
- python: 2.7 - python: 3.6
env: TOXENV=lint env: TOXENV=lint
script: tox script: tox
- python: 2.7 - python: 3.6
env: TOXENV=eslint env: TOXENV=eslint
cache: cache:
directories: directories: