Skip to content

Commit

Permalink
update tox.ini to use Django 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arneb committed Sep 3, 2014
1 parent 2029a4d commit 7c273b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -26,7 +26,7 @@ deps = django>=1.6,<1.7

[testenv:py2.7-d1.7]
basepython = python2.7
deps = https://github.com/django/django/archive/1.7c3.zip
deps = django>=1.7,<1.8

# Python 3.3

Expand All @@ -41,10 +41,10 @@ deps = django>=1.6,<1.7

[testenv:py3.3-d1.7]
basepython = python3.3
deps = https://github.com/django/django/archive/1.7c3.zip
deps = django>=1.7,<1.8

# Python 3.4

[testenv:py3.4-d1.7]
basepython = python3.3
deps = https://github.com/django/django/archive/1.7c3.zip
deps = django>=1.7,<1.8

0 comments on commit 7c273b0

Please sign in to comment.