mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 08:23:38 +00:00
11 lines
168 B
INI
11 lines
168 B
INI
[tox]
|
|
envlist = py{27,34,35,36,37}
|
|
|
|
[testenv]
|
|
commands =
|
|
py.test
|
|
pylint rfd
|
|
|
|
deps =
|
|
-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt |