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
matrix:
include:
- python: 2.7
- python: 3.6
env: TOXENV=docs
- python: 3.6
env: TOXENV=docs-lint
- python: 2.7
- python: 3.6
env: TOXENV=lint
script: tox
- python: 2.7
- python: 3.6
env: TOXENV=eslint
cache:
directories: