Skip to content

Commit

Permalink
Merge pull request #90 from sdelements/publish_docs
Browse files Browse the repository at this point in the history
Publish docs
  • Loading branch information
Gee19 authored Feb 23, 2021
2 parents 34efd06 + bc1d0b7 commit b8da796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ matrix:
env: DJANGO=2.2 TOXENV=py36-django22
- python: 3.6
env: DJANGO=3.0 TOXENV=py36-django30
- python: 3.6
env: DJANGO=3.0 TOXENV=docs

install:
- pip install tox
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ deps =
mock==2.0.0

[testenv:docs]
basepython = python2.7
basepython = python3.6
deps =
Sphinx
django==1.11
django==3.0
ua_parser==0.7.1
coverage
commands =
make clean
make html
commands_post = - coverage report

[testenv:pep8]
basepython = python3.6
Expand Down

0 comments on commit b8da796

Please sign in to comment.