updating doc links to elastic.co

reverting bucket link to elasticsearch.org

updating test cases to use elastic.co

updating pylibmc version
This commit is contained in:
Russell Savage
2015-03-23 15:56:32 -07:00
parent 3616f7208a
commit 4c24468168
12 changed files with 123 additions and 125 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if sys.version_info[0] == 2:
# only require thrift if we are going to use it
if os.environ.get('TEST_ES_CONNECTION', None) == 'ThriftConnection':
tests_require.append('thrift==0.9.1')
tests_require.append('pylibmc==1.2.3')
tests_require.append('pylibmc==1.4.1')
setup(
name = 'elasticsearch',