[tox] minversion = 1.6 envlist = coala,docs skipsdist = true [testenv:coala] basepython = python3 deps = coala==0.11 coala-bears==0.11 pygments~=2.3.1 # Requests 2.16 breaks dependencies requests<2.16 commands = python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger coala --non-interactive [testenv:docs] basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -W -n -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html