Skip to content

Commit 8d42094

Browse files
committed
CLN exlude rather than include test files
1 parent 466f210 commit 8d42094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
# TODO perhaps split build into tests and examples?
2525
# For now we only run the passing python 3 tests are run on the 3.4 build
2626
- if [ "$TRAVIS_PYTHON_VERSION" == "3.4" ]; then
27-
nosetests test/test_graph.py test/test_metrics.py test/test_de.py test/test_en.py test/test_es.py test/test_fr.py test/test_it.py test/test_nl.py test/test_text.py test/test_search.py; else
27+
nosetests --ignore-files=test_examples\|test_db\|test_vector\|test_web; else
2828
nosetests --exclude=test_05vector_07slp --with-coverage --cover-package=pattern;
2929
fi
3030

0 commit comments

Comments
 (0)