6 lines
121 B
INI
6 lines
121 B
INI
|
# content of: tox.ini , put in same dir as setup.py
|
||
|
[tox]
|
||
|
envlist = py27, py3
|
||
|
[testenv]
|
||
|
deps=pytest
|
||
|
commands=py.test test
|