Skip to content

Commit

Permalink
Useful scripts, again (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Jul 21, 2016
1 parent 9319d52 commit 00ce451
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_readme
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FADES='./bin/fades -r requirements.txt'
python3 setup.py --long-description | $FADES -x rst2html5 > README.html
13 changes: 13 additions & 0 deletions testdev
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
#
# Copyright 2014-2016 Facundo Batista, Nicolás Demarchi

set -eu

if [ $# -ne 0 ]; then
TARGET_TESTS="$@"
else
TARGET_TESTS="fades tests"
fi

./bin/fades -r requirements.txt -x nosetests -v -s $TARGET_TESTS

0 comments on commit 00ce451

Please sign in to comment.