6 lines
101 B
INI
6 lines
101 B
INI
|
[tox]
|
||
|
envlist = py27,py33,py34,py35,pypy
|
||
|
[testenv]
|
||
|
deps=-rrequirements.txt
|
||
|
commands=py.test tests.py
|