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