Skip to content

Commit 6a43fb4

Browse files
committed
Update minor Django versions
1 parent 4bcd406 commit 6a43fb4

File tree

1 file changed

+3
-3
lines changed
  • {{ cookiecutter.repo_name }}

1 file changed

+3
-3
lines changed

{{ cookiecutter.repo_name }}/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ commands = ./runtests.py --fast
88
setenv =
99
PYTHONDONTWRITEBYTECODE=1
1010
deps =
11-
django1.6: Django==1.6.3
12-
django1.7: Django==1.7
11+
django1.6: Django==1.6.8
12+
django1.7: Django==1.7.1
1313
drf2.4.3: djangorestframework==2.4.3
1414
drf2.4.4: djangorestframework==2.4.4
1515
drf3.0: https://github.com/tomchristie/django-rest-framework/archive/3.0-beta.zip
@@ -22,6 +22,6 @@ deps =
2222
flake8==2.2.2
2323

2424
[testenv:py27-docs]
25+
commands = mkdocs build
2526
deps =
2627
mkdocs>=0.11.1
27-
commands = mkdocs build

0 commit comments

Comments
 (0)