diff --git a/setup.py b/setup.py index 51f6520..40ebade 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.5.2', + version='0.6.0', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to ' diff --git a/tox.ini b/tox.ini index 49dc05b..da48eb1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27 +envlist = py26, py27, py33 downloadcache = {toxworkdir}/_download/ [testenv]