Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
179 Bytes
[tox]
envlist = testenv
isolated_build = True
skipsdist = false
[testenv]
commands = pypyr {posargs}
extras = dev
passenv = CI, HOME, GITHUB_*, TWINE_*, FLIT_*
usedevelop = true