Skip to content
Snippets Groups Projects
Commit 04005215 authored by David Douard's avatar David Douard
Browse files

tox: enforce python3 for all environments and fix sphinx-dev for old tox versions

parent 0e0c8548
No related branches found
No related tags found
No related merge requests found
[tox]
envlist=flake8
[testenv]
basepython = python3
[testenv:sphinx]
deps =
django < 2
......@@ -12,7 +15,7 @@ commands =
[testenv:sphinx-dev]
deps =
django < 2
-r requirements-swh-dev.txt
-rrequirements-swh-dev.txt
pifpaf
commands =
{envpython} -m pifpaf run postgresql -- make -C docs html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment