Skip to content

Commit

Permalink
Normalize indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 2, 2019
1 parent 1ddd8a3 commit c99e66a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Expand Up @@ -20,11 +20,11 @@ extras = testing

[testenv:build-docs]
extras =
docs
testing
docs
testing
changedir = docs
commands =
python -m sphinx . {toxinidir}/build/html
python -m sphinx . {toxinidir}/build/html

[testenv:release]
skip_install = True
Expand All @@ -42,4 +42,4 @@ commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python -m twine upload dist/*
python -m jaraco.tidelift.publish-release-notes
python -m jaraco.tidelift.publish-release-notes

0 comments on commit c99e66a

Please sign in to comment.