Skip unneeded reqs install

This commit is contained in:
Honza Král
2019-12-22 16:46:18 +01:00
parent b4e6effc9c
commit e239da1875
-1
View File
@@ -21,7 +21,6 @@ before_install:
install:
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
- pip install .[develop]
script:
- python setup.py test