tox: Enable 'skipsdist'

Given that we install Sphinx as part of the dependencies, there's no
reason to do it twice. Skip that step.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2017-12-24 20:05:13 +00:00
parent 9a3ebaaff5
commit 60e25090a3

View File

@ -1,6 +1,7 @@
[tox]
minversion = 2.0
envlist = docs,flake8,mypy,coverage,py{27,34,35,36,py},du{11,12,13,14}
skipsdist = True
[testenv]
passenv =