removed memcache ref that was not used and breaking py33

This commit is contained in:
amitgandhinz 2014-07-14 14:55:15 -04:00
parent aaa8b274a0
commit 911062a62d
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ iso8601>=0.1.8
msgpack-python
python-keystoneclient>=0.4.1
python-memcached
WebOb>=1.2.3,<1.3
stevedore>=0.10
six>=1.4.1

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,pep8
envlist = py26,py27,py33,pep8,cover
skipsdist = True
[testenv]