mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
31301b1536
- Fix requirement parsing - Add appveyor config - cutover from pathlib to pathlib2 if needed - Pin pathlib2==2.1.0 to avoid scandir - Windows script runner fix - Backport `shlex.quote()` for use in `pipenv run` - Update tests and appveyor Signed-off-by: Dan Ryan <dan@danryan.co>
27 lines
468 B
TOML
27 lines
468 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="*", markers="sys_platform == 'linux'"}
|
|
white = {version="*", markers="python_version >= '3.6'"}
|
|
|
|
[packages]
|
|
|
|
|
|
[scripts]
|
|
|
|
tests = "bash ./run-tests.sh"
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|