Files
rfd/tox.ini
Dave Gallant 5a1799bdf5 use minimum dependencies rather than specific hashes. (#6)
* use minimum dependencies rather than specific hashes.

* install specific version of pytest and install pylint.

* python 3.7 still not working.
2018-06-02 22:20:16 -04:00

12 lines
154 B
INI

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