diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 28 | 
1 files changed, 14 insertions, 14 deletions
| @@ -11,7 +11,7 @@ commands = py.test -q  [testenv:py3.4-django1.7]  basepython = python3.4 -deps = https://www.djangoproject.com/download/1.7b2/tarball/ +deps = https://www.djangoproject.com/download/1.7c2/tarball/         django-filter==0.7         defusedxml==0.3         Pillow==2.3.0 @@ -19,7 +19,7 @@ deps = https://www.djangoproject.com/download/1.7b2/tarball/  [testenv:py3.3-django1.7]  basepython = python3.3 -deps = https://www.djangoproject.com/download/1.7b2/tarball/ +deps = https://www.djangoproject.com/download/1.7c2/tarball/         django-filter==0.7         defusedxml==0.3         Pillow==2.3.0 @@ -27,7 +27,7 @@ deps = https://www.djangoproject.com/download/1.7b2/tarball/  [testenv:py3.2-django1.7]  basepython = python3.2 -deps = https://www.djangoproject.com/download/1.7b2/tarball/ +deps = https://www.djangoproject.com/download/1.7c2/tarball/         django-filter==0.7         defusedxml==0.3         Pillow==2.3.0 @@ -35,13 +35,13 @@ deps = https://www.djangoproject.com/download/1.7b2/tarball/  [testenv:py2.7-django1.7]  basepython = python2.7 -deps = https://www.djangoproject.com/download/1.7b2/tarball/ +deps = https://www.djangoproject.com/download/1.7c2/tarball/         django-filter==0.7         defusedxml==0.3 -       django-oauth-plus==2.2.1 -       oauth2==1.5.211 -       django-oauth2-provider==0.2.4 -       django-guardian==1.1.1 +       # django-oauth-plus==2.2.1 +       # oauth2==1.5.211 +       # django-oauth2-provider==0.2.4 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -77,7 +77,7 @@ deps = Django==1.6.3         django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.4 -       django-guardian==1.1.1 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -89,7 +89,7 @@ deps = Django==1.6.3         django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.4 -       django-guardian==1.1.1 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -125,7 +125,7 @@ deps = django==1.5.6         django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3 -       django-guardian==1.1.1 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -137,7 +137,7 @@ deps = django==1.5.6         django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3 -       django-guardian==1.1.1 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -149,7 +149,7 @@ deps = django==1.4.11         django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3 -       django-guardian==1.1.1 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 @@ -161,6 +161,6 @@ deps = django==1.4.11         django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3 -       django-guardian==1.1.1 +       django-guardian==1.2.3         Pillow==2.3.0         pytest-django==2.6.1 | 
