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