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 c93f21b commit ebaf0ebCopy full SHA for ebaf0eb
.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 --ignore-files=test_examples\|test_db\|test_vector\|test_web; else
+ nosetests --ignore-files=test_examples\|test_db\|test_web; else
28
nosetests --exclude=test_05vector_07slp --with-coverage --cover-package=pattern;
29
fi
30
0 commit comments