fix travis tests

This commit is contained in:
Mike Fährmann
2018-03-19 18:07:19 +01:00
parent 8ef790de12
commit d75dc71394
2 changed files with 3 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/bash
ROOTDIR="$(realpath "$(dirname "$0")/..")/"
TESTS_CORE=(config cookies oauth text util)
TESTS_RESULTS=(extractors)
TESTS_RESULTS=(results)
# select tests
@@ -21,4 +19,4 @@ TESTS=( ${TESTS[@]/%/.py} )
# run 'nosetests' with selected tests
# (or all tests if ${TESTS} is empty)
nosetests --verbose -w "${ROOTDIR}/test/" ${TESTS[@]}
nosetests --verbose -w test ${TESTS[@]}