Skip to content

Commit

Permalink
Add dep for docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPetkov committed Aug 6, 2020
1 parent b80522d commit a5abb51
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ commands_post = coverage report
basepython =
py36: python3.6
deps =
django-discover-runner
django111: django==1.11
django22: django==2.2
django30: django==3.0
coverage
ua_parser==0.7.1
mock==2.0.0
django-discover-runner
django111: django==1.11
django22: django==2.2
django30: django==3.0
coverage
ua_parser==0.7.1
mock==2.0.0

[testenv:docs]
basepython = python2.7
deps =
Sphinx
django==1.11
ua_parser==0.7.1
coverage
commands =
make clean
make html
Expand Down

0 comments on commit a5abb51

Please sign in to comment.