Merge pull request #113 from socialpercon/master

PYTHONPATH added when tests script run
This commit is contained in:
Damien Elmes 2016-03-29 10:12:41 +10:00
commit e645ce5b65

View file

@ -5,6 +5,9 @@
# tools/tests.sh decks # test only test_decks.py
# coverage=1 tools/tests.sh # run with coverage test
BIN="$(cd "`dirname "$0"`"; pwd)"
export PYTHONPATH=${BIN}/..:${PYTHONPATH}
dir=.
if [ x$1 = x ]; then