mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

use pyelastictest in our test infrastructure #222

Closed willkg closed 10 years ago

willkg commented 10 years ago

We're supporting multiple versions of Elasticsearch and we really should be testing on them.

This issue covers two things:

  1. changing travis to kick off tox and letting tox do all the work
  2. use pyelastictest to install and configure different Elasticsearch versions so we can add that to the mix

https://pyelastictest.readthedocs.org/en/latest/

willkg commented 10 years ago

I don't think we need to do this. I was able to jury-rig the tests without it. It's not pretty, but it's good enough.