mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
16 lines
240 B
INI
16 lines
240 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 |