diff options
| author | Xavier Ordoquy | 2014-05-16 01:06:34 +0200 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-05-16 01:06:34 +0200 | 
| commit | b370fb40b6bc0fd3f597fb8c2db59f0ca57a7ccd (patch) | |
| tree | 668d8c8981f8b0ffe4c4a1aecb0c9275d6cb1c3a /tox.ini | |
| parent | e5556079fc2559916d62b766dc9776b03dc4256b (diff) | |
| download | django-rest-framework-b370fb40b6bc0fd3f597fb8c2db59f0ca57a7ccd.tar.bz2 | |
Typo in the Python version.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -43,7 +43,7 @@ deps = https://www.djangoproject.com/download/1.7b2/tarball/         Pillow==2.3.0  [testenv:py3.4-django1.6] -basepython = python3.3 +basepython = python3.4  deps = Django==1.6.3         django-filter==0.7         defusedxml==0.3 @@ -86,7 +86,7 @@ deps = Django==1.6.3         Pillow==2.3.0  [testenv:py3.4-django1.5] -basepython = python3.3 +basepython = python3.4  deps = django==1.5.6         django-filter==0.7         defusedxml==0.3 | 
