Skip to content

Commit

Permalink
Update testing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Aug 1, 2018
1 parent f176b84 commit 5760ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc8.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[doc8]
max-line-length = 120
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean, manifest, docs, py, coverage-report, rst-lint
envlist = coverage-clean, manifest, docs, py, coverage-report, readme

[testenv]
commands = coverage run -p -m pytest tests {posargs}
Expand Down Expand Up @@ -29,7 +29,7 @@ commands =
coverage combine
coverage report

[testenv:rst-lint]
[testenv:readme]
commands = rst-lint README.rst
skip_install = true
deps =
Expand Down

0 comments on commit 5760ac9

Please sign in to comment.