Skip to content

Commit

Permalink
updated docs destination to docs/_build/html, added python 3.3, 3.4, 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
coleslaw481 committed Apr 1, 2021
1 parent f468f0e commit 4a47a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = python2.7,python3.6,python3.7
envlist = python2.7,python3.3,python3.4,python3.5,python3.6,python3.7

[testenv]
deps = unittest2
Expand All @@ -11,7 +11,7 @@ commands = unit2 discover []
commands =
unit2 discover []
# sphinx-build -b doctest docs html
sphinx-build docs html
sphinx-build docs docs/_build/html
deps =
unittest2
sphinx
Expand All @@ -23,7 +23,7 @@ deps =
commands =
unit2 discover []
# sphinx-build -b doctest docs html
sphinx-build docs html
sphinx-build docs docs/_build/html
deps =
unittest2
sphinx
Expand Down

0 comments on commit 4a47a01

Please sign in to comment.