7 lines
90 B
INI
7 lines
90 B
INI
[tox]
|
|
toxworkdir=/tmp/tox
|
|
envlist = py26,py27,py35
|
|
[testenv]
|
|
deps=pytest
|
|
commands=py.test
|