commit 323eeb5d995659e0167b26167846309ebac4c269 Author: Edmund Wong ewongbb@pw-wspx.org Date: Wed Sep 13 10:34:20 2017 +0800
specified current dir for run_tests.py --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 9a3be82a..ea169f76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,7 @@ install:
# Tests running commands script: - # run real db tests under coverage to have several merging coverage report - # https://github.com/codecov/support/wiki/Merging-Reports - - run_tests.py --unit + - ./run_tests.py --unit
notifications: email: false