install pylibmc and thrift for python 2 tests

This commit is contained in:
Honza Kral
2013-09-03 11:55:20 -05:00
parent 59a7dbfda8
commit 997d9de979
+4
View File
@@ -29,6 +29,10 @@ tests_require = [
if sys.version_info[:2] == (2, 6):
tests_require.append('unittest2')
if sys.version_info[0] == 2:
tests_require.append('thrift')
tests_require.append('pylibmc')
setup(
name = 'elasticsearch',
description = "Python client for Elasticsearch",