bidict/tox.ini

8 lines
126 B
INI

[tox]
envlist = py27, py34, py35, py36, py37, pypy, pypy3
[testenv]
commands =
pip install -e .[test]
./run_tests.py