From 101cbaec1c3cfc9960ae6e39b64ab107d9ef2734 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 11 Apr 2018 17:36:18 +0100 Subject: [PATCH] tox: Add 'docs' to default environments I'd simply run 'tox' (via docker) to validate some previous patches. Sadly that didn't catch a release note issue. Make sure this doesn't happen again by always running 'docs'. Signed-off-by: Stephen Finucane Signed-off-by: Daniel Axtens --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 09505f78..a7c6dfc6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = pep8,py{27,34,35}-django{18,19,110,111},py36-django111 +envlist = pep8,docs,py{27,34,35}-django{18,19,110,111},py36-django111 skipsdist = True [testenv] -- 2.47.3