diff options
| -rwxr-xr-x | builddocs.sh | 3 | ||||
| -rwxr-xr-x | coverage.sh | 3 | ||||
| -rwxr-xr-x | scaffoldtests.sh | 3 |
3 files changed, 9 insertions, 0 deletions
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 + diff --git a/coverage.sh b/coverage.sh new file mode 100755 index 000000000..cd1ff753e --- /dev/null +++ b/coverage.sh @@ -0,0 +1,3 @@ +#!/bin/bash +tox -epy2-cover,py3-cover,coverage + diff --git a/scaffoldtests.sh b/scaffoldtests.sh new file mode 100755 index 000000000..34c303797 --- /dev/null +++ b/scaffoldtests.sh @@ -0,0 +1,3 @@ +#!/bin/bash +tox -e{py26,py27,py32,py33,py34,pypy,pypy3}-scaffolds, + |
