Files
rfd/tox.ini
Dave Gallant 20089bc699 Add --sort-by flag to threads sub-command (#75)
* Add --sort-by flag to threads sub-command

* Add some sanity test commands to tox
2020-08-02 19:30:04 -04:00

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)'