3 envlist = coala,docs,pep8,prefix,robot
11 # Requests 2.16 breaks dependencies
16 npm install --global write-good
17 python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
18 coala --non-interactive
21 deps = -rdocs/requirements.txt
22 commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
24 [testenv:jenkins-jobs]
26 jenkins-job-builder=={env:JJB_VERSION:2.2.1}
28 jenkins-jobs {posargs:--help}
31 commands = python {toxinidir}/check_jjb_version.py
35 commands = flake8 scripts/ *.py
38 commands = python {toxinidir}/check_prefix.py
42 commands = python {toxinidir}/check_robot.py