Add future to tox config

Related to #743
This commit is contained in:
Dan Smith 2019-07-11 19:32:29 -07:00
parent a9bde2040a
commit ba8ecbc90f

View file

@ -6,12 +6,14 @@ basepython = python2.7
sitepackages = True
passenv = HOME
whitelist_externals = bash
deps = future
[testenv:unit]
deps =
nose
mox
mock
future
commands =
nosetests -v tests/unit
python ./share/make_supported.py /dev/null
@ -23,5 +25,6 @@ commands =
[testenv:style]
deps =
pep8==1.6.2
future
commands =
python ./tools/cpep8.py