diff options
| author | Xavier Ordoquy | 2014-03-21 16:37:27 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-03-21 16:37:27 +0100 | 
| commit | b04cd570504df0415d5f52b6e5cee490f9219cf2 (patch) | |
| tree | 39dec8057c7a119b10ab3edd0f250ba0109a3f2a /tox.ini | |
| parent | 17f087173665fc5b67e1afe94d77b47d37a633fe (diff) | |
| download | django-rest-framework-b04cd570504df0415d5f52b6e5cee490f9219cf2.tar.bz2 | |
Bumped tests against Django from 1.7a2 to 1.7b1
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -7,22 +7,22 @@ commands = {envpython} rest_framework/runtests/runtests.py  [testenv:py3.3-django1.7]  basepython = python3.3 -deps = https://www.djangoproject.com/download/1.7a2/tarball/         django-filter==0.6a1 +deps = https://www.djangoproject.com/download/1.7b1/tarball/         defusedxml==0.3         Pillow==2.3.0  [testenv:py3.2-django1.7]  basepython = python3.2 -deps = https://www.djangoproject.com/download/1.7a2/tarball/         django-filter==0.6a1 +deps = https://www.djangoproject.com/download/1.7b1/tarball/         defusedxml==0.3         Pillow==2.3.0  [testenv:py2.7-django1.7]  basepython = python2.7 -deps = https://www.djangoproject.com/download/1.7a2/tarball/         django-filter==0.6a1 +deps = https://www.djangoproject.com/download/1.7b1/tarball/         defusedxml==0.3         django-oauth-plus==2.2.1         oauth2==1.5.211 | 
