Skip to content

Commit 217fcf4

Browse files
committed
Removed django master from build matrix
1 parent 1be642a commit 217fcf4

File tree

1 file changed

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

1 file changed

+7
-3
lines changed

{{ cookiecutter.repo_name }}/tox.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py27-flake8,
4-
{py27,py33,py34}-django{1.6,1.7,master}-drf{2.4.3,2.4.4,3.0}
3+
py27-{flake8,docs},
4+
{py27,py33,py34}-django{1.6,1.7}-drf{2.4.3,2.4.4,3.0}
55

66
[testenv]
77
commands = ./runtests.py --fast
@@ -10,7 +10,6 @@ setenv =
1010
deps =
1111
django1.6: Django==1.6.3
1212
django1.7: Django==1.7
13-
djangomaster: https://github.com/django/django/zipball/master
1413
drf2.4.3: djangorestframework==2.4.3
1514
drf2.4.4: djangorestframework==2.4.4
1615
drf3.0: https://github.com/tomchristie/django-rest-framework/archive/3.0-beta.zip
@@ -21,3 +20,8 @@ commands = ./runtests.py --lintonly
2120
deps =
2221
pytest==2.5.2
2322
flake8==2.2.2
23+
24+
[testenv:py27-docs]
25+
deps =
26+
mkdocs>=0.11.1
27+
commands = mkdocs build

0 commit comments

Comments
 (0)