* testing * more fixes * downgrade docker-compose file version cause jenkins * fixing matrix * back to elasticsearch_version * skip py3.7 for now there's a bug * add build badge and remove 3.3 Sphinx doesn't play nice with 3.3 * sphinx 1.7 drops support for python 3.3 * updating test matrix * remove travis * updating badges
29 lines
527 B
YAML
29 lines
527 B
YAML
---
|
|
ELASTICSEARCH_VERSION:
|
|
- 6.4.2
|
|
- 6.3.2
|
|
- 6.1.4
|
|
- 6.0.1
|
|
|
|
|
|
|
|
PYTHON_VERSION:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
- 3.7
|
|
|
|
exclude:
|
|
# since a base image for python2.6 doens't exist i need to create one.
|
|
- PYTHON_VERSION: 2.6
|
|
# Something is wrong with the way 3.7 and the es-client handle multiprocessing.
|
|
# https://github.com/elastic/elasticsearch-py/issues/865
|
|
- PYTHON_VERSION: 3.7
|
|
# new feature in 6.4.2 which is causing a test failure.
|
|
# https://github.com/elastic/elasticsearch-py/issues/866
|
|
- ELASTICSEARCH_VERSION: 6.4.2
|
|
|