mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
12 lines
234 B
INI
12 lines
234 B
INI
|
|
[tox]
|
||
|
|
envlist=py25,py26,py27,py31,py32,py33,py34,pypy
|
||
|
|
indexserver=
|
||
|
|
default = http://pypi.python.org/simple
|
||
|
|
testrun = http://pypi.testrun.org
|
||
|
|
|
||
|
|
[testenv]
|
||
|
|
deps=pytest
|
||
|
|
commands= py.test -rfsxX {posargs}
|
||
|
|
|
||
|
|
[pytest]
|
||
|
|
minversion=2.2.0
|