Move ES env vars to py36 job

ghowardsit
Manuel Kaufmann 2019-01-21 20:38:58 +01:00
parent 6092d0efae
commit f68d84a2ef
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
language: python language: python
python: python:
- 3.6 - 3.6
env:
- ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
matrix: matrix:
include: include:
- python: 3.6
env: TOXENV=py36 ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- python: 3.6 - python: 3.6
env: TOXENV=docs env: TOXENV=docs
- python: 3.6 - python: 3.6