Files
pipenv/Pipfile
T
kennethreitz 1ea3a3f7cb pipfile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-19 06:16:27 -04:00

23 lines
424 B
TOML

[dev-packages]
pipenv = {path = ".", editable = true}
"flake8" = ">=3.3.0,<4"
pytest = "*"
mock = "*"
sphinx = "<=1.5.5"
twine = "*"
sphinx-click = "*"
pytest-xdist = "*"
click = "*"
pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
pytest-tap = "*"
stdeb = {version="*", sys_platform="== 'linux'"}
white = {version="*", markers="python_version >= '3.6'"}
[packages]
[scripts]
tests = "bash ./run-tests.sh"