mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 08:23:38 +00:00
17 lines
272 B
INI
17 lines
272 B
INI
[tox]
|
|
envlist = py{27,
|
|
35,
|
|
36,
|
|
37,
|
|
}
|
|
|
|
[testenv]
|
|
passenv = SSH_AUTH_SOCK
|
|
commands =
|
|
make ci
|
|
rfd --version
|
|
rfd threads
|
|
rfd threads --sort-by score
|
|
rfd search 'pizza'
|
|
rfd search '(coffee|starbucks)'
|