bidict/tox.ini

8 lines
136 B
INI

[tox]
envlist = py36, py37, py38, pypy3
[testenv]
commands =
pip install -e .[test] -U --upgrade-strategy=eager
./run_tests.py