Skip to content

Commit

Permalink
Try to fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Sep 19, 2016
1 parent 8febcf0 commit 37c6527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool:pytest]
[pytest]
addopts =
--doctest-modules
--doctest-glob='*.txt'
Expand All @@ -9,6 +9,8 @@ addopts =
--tb=native
--cov=kotti
--cov-report=term-missing
--travis-fold=auto

kotti/
python_files = test_*.py
pep8ignore = E501 E122 E123 E125 E128 E711 E713 E714 E402
Expand Down

0 comments on commit 37c6527

Please sign in to comment.