mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 08:23:38 +00:00
12 lines
147 B
INI
12 lines
147 B
INI
[tox]
|
|
envlist = py{27,
|
|
35,
|
|
36,
|
|
37,
|
|
}
|
|
|
|
[testenv]
|
|
passenv = SSH_AUTH_SOCK
|
|
commands =
|
|
make ci
|