Skip to content

Commit ebaf0eb

Browse files
committed
TST/PY3 test vector in travis
1 parent c93f21b commit ebaf0eb

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 --ignore-files=test_examples\|test_db\|test_vector\|test_web; else
27+
nosetests --ignore-files=test_examples\|test_db\|test_web; else
2828
nosetests --exclude=test_05vector_07slp --with-coverage --cover-package=pattern;
2929
fi
3030

0 commit comments

Comments
 (0)