Codebase list gunicorn / debian/19.4.1-1 tox.ini
debian/19.4.1-1

Tree @debian/19.4.1-1 (Download .tar.gz)

tox.ini @debian/19.4.1-1raw · history · blame

[tox]
envlist = py26, py27, py34, py35, pypy, pypy3
skipsdist = True

[testenv]
usedevelop = True
commands = py.test {posargs:tests/} --assert=plain
deps =
  -rrequirements_test.txt
  py26: unittest2
  py2{6,7},pypy,py32,pypy3: mock
  py3{3,4}: aiohttp