bison/tox.ini

9 lines
108 B
INI
Raw Normal View History

2018-03-07 22:54:13 -07:00
[tox]
testenv = py34,py35,py36
[testenv]
deps=
pytest
commands =
pip install -e .
py.test tests