mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
* use minimum dependencies rather than specific hashes. * install specific version of pytest and install pylint. * python 3.7 still not working.
12 lines
154 B
INI
12 lines
154 B
INI
[tox]
|
|
envlist = py{27,
|
|
34,
|
|
35,
|
|
36,
|
|
#37,
|
|
}
|
|
|
|
[testenv]
|
|
commands =
|
|
pytest
|
|
pylint rfd |