Skip to content

Commit

Permalink
Fix tox run for Python 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 10, 2020
1 parent 11fa7bf commit 9e15bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ envlist =
commands =
zope-testrunner --test-path=src []
sphinx-build -b doctest -d {envdir}/doctrees docs {envdir}/doctest
deps=
py27,pypy: Sphinx < 2
py27,pypy: sphinxcontrib-websupport < 1.2
extras =
test
docs
Expand Down

0 comments on commit 9e15bbc

Please sign in to comment.