bidict/tox.ini

8 lines
132 B
INI

[tox]
envlist = py27, py34, pypy, pypy3
[testenv]
commands =
pip install -e .[test]
py.test --doctest-modules bidict tests