10 lines
100 B
INI
10 lines
100 B
INI
[tox]
|
|
toxworkdir = /tmp/tox
|
|
envlist = py2,py3
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
numpy
|
|
commands = py.test
|