diff --git a/.travis.yml b/.travis.yml index 734051f..806f9b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index b224035..b2e8add 100644 --- a/tox.ini +++ b/tox.ini @@ -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