File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed
Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,18 @@ python:
44 - " 2.7"
55 - " 3.6"
66
7+ before_install :
8+ - sudo update-java-alternatives -s java-8-oracle
9+ - export JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre
10+ - java -version
11+
712install :
8- - pip install tox-travis
9- - pip install codecov
10- - mkdir /tmp/elasticsearch
11- - wget -O - http ://s3-eu-west-1.amazonaws.com/build.eu-west-1. elastic.co/origin/2.0/nightly/JDK7/ elasticsearch-latest-SNAPSHOT .tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
12- - /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false -- script.inline on --script.indexed on -- path.repo=/tmp -- repositories.url.allowed_urls='http://*' -- node.testattr=test
13- - git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
13+ - pip install tox-travis
14+ - pip install codecov
15+ - mkdir /tmp/elasticsearch
16+ - wget -O - https ://artifacts. elastic.co/downloads/elasticsearch/ elasticsearch-5.5.0 .tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
17+ - /tmp/elasticsearch/bin/elasticsearch -d -E script.inline=true -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr .testattr=test
18+ - git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
1419
1520script : tox
1621
Original file line number Diff line number Diff line change 1- elasticsearch==5.1 .0
2- requests==2.12.4
1+ elasticsearch==5.4 .0
2+ requests==2.18.1
33enum==0.4.6
Original file line number Diff line number Diff line change 1- elasticsearch==5.1 .0
2- requests==2.12.4
1+ elasticsearch==5.4 .0
2+ requests==2.18.1
Original file line number Diff line number Diff line change 3434 # Versions should comply with PEP440. For a discussion on single-sourcing
3535 # the version across setup.py and the project code, see
3636 # https://packaging.python.org/en/latest/single_source_version.html
37- version = '1.0.0b3 ' ,
37+ version = '1.0.0b4 ' ,
3838
3939 description = 'Elasticsearch Log handler for the logging library' ,
4040 long_description = long_description ,
Original file line number Diff line number Diff line change 11sonar.projectKey =cmr.python:python-elasticsearch-logger
22sonar.projectName =Python Elasticsearch Logger
3- sonar.projectVersion =1.0.0b3
3+ sonar.projectVersion =1.0.0b4
44sonar.verbose =DEBUG
55sonar.language =py
66sonar.sources =cmreslogging
You can’t perform that action at this time.
0 commit comments