Updated maxcdn references

Change-Id: I2c03d3b8a09518ee0d7938158c959d159aec2dcc
This commit is contained in:
amitgandhinz 2015-02-17 14:58:07 -05:00
parent 149975ed11
commit 36e4b52222
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
# official max-cdn is not working for python33 yet. add it later
maxcdn

View File

@ -17,7 +17,6 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements/requirements.txt
-r{toxinidir}/tests/test-requirements.txt
commands = pip install git+https://github.com/stackforge/opencafe.git#egg=cafe
pip install git+https://github.com/tonytan4ever/python-maxcdn.git#egg=maxcdn
nosetests {posargs:--exclude=api --exclude=endtoend --nologcapture}
[tox:jenkins]