mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
12 lines
137 B
INI
12 lines
137 B
INI
[tox]
|
|
envlist = py{27,
|
|
35,
|
|
36,
|
|
37,
|
|
}
|
|
|
|
[testenv]
|
|
commands =
|
|
pytest
|
|
pylint rfd
|