Skip to content

Commit

Permalink
Removed boxed from default options (doesn't play well with IDE)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Feb 13, 2017
1 parent c3fe983 commit 6372491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 -n2
script: py.test --pep8 --boxed -n2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pep8maxlinelength = 120
pep8ignore =
docs/conf.py ALL
addopts = --boxed -n4
addopts = -n4

[metadata]
description-file = README.md

0 comments on commit 6372491

Please sign in to comment.