We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6092d0e commit f68d84aCopy full SHA for f68d84a
.travis.yml
@@ -1,10 +1,10 @@
1
language: python
2
python:
3
- 3.6
4
-env:
5
- - ES_VERSION=1.3.9 ES_DOWNLOAD_URL=https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
6
matrix:
7
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
8
- python: 3.6
9
env: TOXENV=docs
10
0 commit comments