We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466f210 commit 8d42094Copy full SHA for 8d42094
.travis.yml
@@ -24,7 +24,7 @@ script:
24
# TODO perhaps split build into tests and examples?
25
# For now we only run the passing python 3 tests are run on the 3.4 build
26
- 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
+ nosetests --ignore-files=test_examples\|test_db\|test_vector\|test_web; else
28
nosetests --exclude=test_05vector_07slp --with-coverage --cover-package=pattern;
29
fi
30
0 commit comments