From 81fb26d351168e13c9f0270e1ea7eb9bdecda51c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Apr 2015 11:47:14 -0400 Subject: add convenience shell scripts --- builddocs.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 builddocs.sh (limited to 'builddocs.sh') diff --git a/builddocs.sh b/builddocs.sh new file mode 100755 index 000000000..eaf02fc1d --- /dev/null +++ b/builddocs.sh @@ -0,0 +1,3 @@ +#!/bin/bash +tox -epy2-docs,py3-docs + -- cgit v1.2.3 From a708d359ff123084ea64b2e53c3ad32a74711219 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 25 Nov 2015 18:52:54 -0600 Subject: remove py2-docs from tox.ini and reorder so coverage is last --- builddocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builddocs.sh') diff --git a/builddocs.sh b/builddocs.sh index eaf02fc1d..0859fe268 100755 --- a/builddocs.sh +++ b/builddocs.sh @@ -1,3 +1,3 @@ #!/bin/bash -tox -epy2-docs,py3-docs +tox -e docs -- cgit v1.2.3