Add deprecation warning with pointers to WMF's pages on the topic (#365)
[ores.git] / tox.ini
blobc49afe48a199ea9c3c44078656a43ce44602615d
1 [tox]
2 minversion = 1.6
3 envlist = flake8,discover
5 [flake8]
6 exclude = bin,lib,include,.venv,.tox,dist,doc,build,*.egg,docs/conf.py
7 max-line-length = 120
8 ignore = E126,E127,E741,W504
10 [testenv:flake8]
11 commands = flake8
12 deps = flake8
13 basepython = python3.4
15 [testenv:discover]
16 commands = nosetests {posargs} {toxinidir}
17 deps =
18 -rrequirements.txt
19 -rtest-requirements.txt