2016-09-12 11:48:43 +08:00
|
|
|
[tox]
|
2018-03-09 20:58:10 +08:00
|
|
|
toxworkdir = /tmp/tox
|
2018-03-08 23:36:09 +08:00
|
|
|
envlist = py2,py3
|
2018-03-09 20:58:10 +08:00
|
|
|
|
2016-09-12 11:48:43 +08:00
|
|
|
[testenv]
|
2018-03-09 20:58:10 +08:00
|
|
|
deps =
|
|
|
|
pytest
|
|
|
|
numpy
|
2019-08-23 20:59:50 +08:00
|
|
|
pyzmq
|
|
|
|
pyrtlsdr
|
2018-03-09 20:58:10 +08:00
|
|
|
commands = py.test
|