Files
rfd/tox.ini
Dave Gallant 53666c643f add pre-commit and enforce on travis (#37)
* add pre-commit and enforce on travis
2019-10-14 22:18:01 -04:00

12 lines
147 B
INI

[tox]
envlist = py{27,
35,
36,
37,
}
[testenv]
passenv = SSH_AUTH_SOCK
commands =
make ci