Skip to content

Commit f68d84a

Browse files
committed
Move ES env vars to py36 job
1 parent 6092d0e commit f68d84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22
python:
33
- 3.6
4-
env:
5-
- ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
64
matrix:
75
include:
6+
- python: 3.6
7+
env: TOXENV=py36 ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
88
- python: 3.6
99
env: TOXENV=docs
1010
- python: 3.6

0 commit comments

Comments
 (0)