mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 01:18:02 +08:00
9 lines
136 B
INI
9 lines
136 B
INI
[tox]
|
|
envlist = py27,py34
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
mock
|
|
git+http://people.csail.mit.edu/hubert/git/pyaudio.git
|
|
commands=py.test tests/
|