Skip to content

Commit

Permalink
added boxing to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Feb 13, 2017
1 parent ada36e3 commit 82ab449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ install:
- python -m spacy.en.download all > jnk
- python -m spacy.de.download all > jnk
- wget -P data/ https://s3-eu-west-1.amazonaws.com/mitie/total_word_feature_extractor.dat
script: py.test --pep8
script: py.test --pep8 --boxed
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pathlib
cloudpickle
boto3
pytest-pep8
pytest-xdist
requests
progressbar
scipy==0.18.1
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
pep8maxlinelength = 120
pep8ignore =
docs/conf.py ALL
addopts = --boxed

[metadata]
description-file = README.md

0 comments on commit 82ab449

Please sign in to comment.