Skip to content

Commit

Permalink
Add sphinx to tox.ini testenv deps
Browse files Browse the repository at this point in the history
  • Loading branch information
malefice committed Mar 12, 2020
1 parent 042de57 commit 4d00704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py{35,36,37,38,py3},32bit,flake8,checkmanifest,isort
pip =py{35,36,37,38,py3},32bit,flake8,checkmanifest,isort
skip_missing_interpreters = true

[testenv]
Expand All @@ -10,6 +10,7 @@ deps =
random2
ukpostcodeparser>=1.1.1
validators>=0.13.0
sphinx>=2.4,<3.0
commands =
coverage run --source=faker -m pytest
coverage report
Expand Down

0 comments on commit 4d00704

Please sign in to comment.