Pin elasticutils to version 0.8.2 in .travis.yml (#181)

pull/180/head^2
Karl Hobley 2014-04-04 09:32:18 +01:00
rodzic 420c1a84b7
commit 381f8b29d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ services:
# Package installation
install:
- python setup.py install
- pip install psycopg2 pyelasticsearch elasticutils wand
- pip install psycopg2 pyelasticsearch elasticutils==0.8.2 wand
- pip install coveralls
# Pre-test configuration
before_script: