Pass additional tox args to pytest #1

已合併
seba 將 1 次提交從 joker/servefile:tox_pytest_args 合併至 master 2019-02-24 17:06:47 +01:00
共有 1 個檔案被更改,包括 1 行新增1 行删除
Showing only changes of commit e5f9b39025 - Show all commits

查看文件

@ -5,4 +5,4 @@ envlist = py27,py36
deps =
pytest
requests
commands = pytest --tb=short
commands = pytest --tb=short {posargs}