gunicorn/tox.ini
Berker Peksag e84068b518 Use tox in .travis.yml.
This way we can avoid code duplication.

Also, this change makes tests faster due to ignoring the sdist step
and adds Python 3.2, 3.4 and PyPy 3 to build matrix.
2014-10-19 02:12:59 +03:00

13 lines
234 B
INI

[tox]
envlist = py26, py27, py32, py33, py34, pypy, pypy3
skipsdist = True
[testenv]
usedevelop = True
commands = py.test tests/
deps =
-rrequirements_test.txt
py26: unittest2
py2{6,7},pypy,py32,pypy3: mock
py3{3,4}: aiohttp