Skip to content

Commit

Permalink
add convenience shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 13, 2015
1 parent aa1c9b7 commit 81fb26d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builddocs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
tox -epy2-docs,py3-docs

3 changes: 3 additions & 0 deletions coverage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
tox -epy2-cover,py3-cover,coverage

3 changes: 3 additions & 0 deletions scaffoldtests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
tox -e{py26,py27,py32,py33,py34,pypy,pypy3}-scaffolds,

0 comments on commit 81fb26d

Please sign in to comment.