Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 5ce97d1

Browse files
committed
removing specific version of es in travis-ci, don't sleep
1 parent 219faf5 commit 5ce97d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ env:
44
- TOXENV=py27
55
- TOXENV=py33
66
- TOXENV=py34
7+
- TOXENV=py35
8+
python: 3.5
79
install:
810
- pip install tox
911
script: tox
1012
services:
13+
- elasticsearch
1114
- mongodb
12-
before_install:
13-
- travis_retry curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.5.deb && sudo dpkg -i --force-confnew --force-confdef elasticsearch-1.7.5.deb
14-
- sudo service elasticsearch start
1515
before_script:
16-
- sleep 10
1716
- travis_retry curl -XDELETE 'http://localhost:9200/ramses_starter/'
1817
- mongo ramses_starter --eval 'db.dropDatabase();'

0 commit comments

Comments
 (0)