Files
rfd/tox.ini
Dave Gallant 56ab030423 Python37 (#12)
* add dist: xenial

* try travis fix with matrix include.

* remove unnecessary elif
2018-10-08 22:44:06 -04:00

12 lines
137 B
INI

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