Skip to content

Commit 9941aea

Browse files
committed
Ignoring preprocess.py in TravisCI
1 parent 222eaef commit 9941aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- ls
2929
- pwd
3030
- env | sort
31-
- py.test --cov=lda2vec tests/ lda2vec
31+
- py.test --cov=lda2vec tests/ lda2vec --ignore=lda2vec/preprocess.py
3232
- # python examples/twenty_newsgroups/lda.py
3333
after_success:
3434
- coveralls

0 commit comments

Comments
 (0)