Skip to content

Commit

Permalink
Tests - unload pytest doctest plugin, tidy setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Apr 11, 2016
1 parent e081e14 commit 9cc6cf0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[wheel]
universal = 1

[flake8]
max-line-length = 120

[isort]
multi_line_output = 5
known_third_party = django,nexus
known_first_party = gargoyle,testapp

[pytest]
addopts = -p no:doctest

[wheel]
universal = 1

0 comments on commit 9cc6cf0

Please sign in to comment.