mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
20 lines
392 B
INI
20 lines
392 B
INI
[tox]
|
|
envlist = py26, py27, py34, py35, py36, py36-dev, py37, pypy, lint
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
commands = py.test {posargs}
|
|
deps =
|
|
-rrequirements_test.txt
|
|
py26: unittest2
|
|
py{26,27},pypy: mock
|
|
py{34,35,36,36-dev,37}: aiohttp
|
|
|
|
[testenv:lint]
|
|
commands = prospector
|
|
deps =
|
|
; TODO: See https://github.com/landscapeio/prospector/pull/205
|
|
pylint<1.7
|
|
prospector
|