mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
* Adds build status sticker to README * Adds Python version to test matrix * Adds debug echo message * Adds back Python 3.5.3 to test matrix * Adds Python version to test matrix * Adds back Python 3.5.3 to test matrix * Adds Python 3.8 to test matrix
19 lines
159 B
YAML
Executable File
19 lines
159 B
YAML
Executable File
---
|
|
|
|
ELASTICSEARCH_VERSION:
|
|
- 8.0.0-SNAPSHOT
|
|
- 7.5-SNAPSHOT
|
|
|
|
TEST_SUITE:
|
|
- oss
|
|
- xpack
|
|
|
|
PYTHON_VERSION:
|
|
- 3.8
|
|
- 3.7
|
|
- 3.6
|
|
- 3.5.3
|
|
|
|
|
|
exclude: ~
|