We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcd406 commit 6a43fb4Copy full SHA for 6a43fb4
{{ cookiecutter.repo_name }}/tox.ini
@@ -8,8 +8,8 @@ commands = ./runtests.py --fast
8
setenv =
9
PYTHONDONTWRITEBYTECODE=1
10
deps =
11
- django1.6: Django==1.6.3
12
- django1.7: Django==1.7
+ django1.6: Django==1.6.8
+ django1.7: Django==1.7.1
13
drf2.4.3: djangorestframework==2.4.3
14
drf2.4.4: djangorestframework==2.4.4
15
drf3.0: https://github.com/tomchristie/django-rest-framework/archive/3.0-beta.zip
@@ -22,6 +22,6 @@ deps =
22
flake8==2.2.2
23
24
[testenv:py27-docs]
25
+commands = mkdocs build
26
27
mkdocs>=0.11.1
-commands = mkdocs build
0 commit comments