mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
6 lines
72 B
INI
6 lines
72 B
INI
[tox]
|
|
envlist = py27,py34
|
|
[testenv]
|
|
deps=pytest
|
|
commands=py.test tests/
|