summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: dbeedd8bdb1b50537a3310f57cf451ae67437b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
minversion = 1.6
envlist = coala,docs,pep8
skipsdist = true

[testenv:coala]
basepython = python3
deps =
    coala
    coala-bears
commands =
    python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
    coala --non-interactive

# [testenv:docs]
# deps = sphinx
# commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html

[testenv:pep8]
deps = flake8
commands = flake8 scripts/