Skip to content

Commit

Permalink
ENH: Configure Travis to respect exclusion lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoldrack committed Sep 4, 2017
1 parent 8aa6643 commit d6d8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ matrix:
- python: 2.7
# test modules that should not fail in direct mode now:
env:
- TESTS_TO_PERFORM="datalad/tests datalad/support"
- TESTS_TO_PERFORM="$(nosetests -v --collect-only datalad 2>&1 >/dev/null | grep '^datalad' | sed 's/\(.*\) \.\.\. ok/\1/' | sed 's/\([~(]*\)(.*)/\1/' | sed 'y/\./\//' | sed 's/\(.*\)\/\([~.]*\)/\1.py:\2/' | sort -u | grep -Fxvf nose_exclude_direct.txt | tr '\n' ' ')"
- DATALAD_REPO_DIRECT=1

allow_failures:
Expand Down

0 comments on commit d6d8f83

Please sign in to comment.