Skip to content

Commit

Permalink
INFRA-947 - Run tests in parallel, and make newer versions of flake8 …
Browse files Browse the repository at this point in the history
…work
  • Loading branch information
mortenlj committed Aug 30, 2016
1 parent 8c039e8 commit 01561fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ tag_build=-SNAPSHOT
[aliases]
test=pytest

[pytest]
addopts = --junit-xml=build/reports/xunit.xml --html=build/reports/tests.html
[tool:pytest]
addopts = -n auto --junit-xml=build/reports/xunit.xml --html=build/reports/tests.html

[coverage:html]
directory=build/reports/coverage

[flake8]
max-line-length=140
max-complexity=10
exclude=build,.git,__pycache__
exclude=build,.git,__pycache__,.eggs,dist

0 comments on commit 01561fd

Please sign in to comment.