Update Tox config and fix failing CI envs

Updates Python version for flake8 and docs Tox envs from 2.7 to 3.7.

Fixes a failing test and a linting error.
This commit is contained in:
John Franey 2019-05-13 17:30:29 -04:00
commit c01bc6eea5
4 changed files with 12 additions and 12 deletions

View file

@ -22,7 +22,7 @@ commands =
- coveralls
[testenv:docs]
basepython = python2.7
basepython = python3.7
deps =
-rrequirements/docs.pip
changedir = docs
@ -34,7 +34,7 @@ application-import-names = pelican
import-order-style = cryptography
[testenv:flake8]
basepython = python2.7
basepython = python3.7
deps =
-rrequirements/style.pip
commands =