Files
rfd/tox.ini
Dave Gallant f9213b0844 Update tox.ini (#8)
* Update tox.ini

* Update .travis.yml
2018-06-21 22:58:16 -04:00

12 lines
138 B
INI

[tox]
envlist = py{27,
35,
36,
#37,
}
[testenv]
commands =
pytest
pylint rfd