mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
ddb6065ee2
- Add news - upate test runner - Unvendor typing - Fix environment error - Fix click completion patch - update vendoring script - Install flit with vendoring script for wheels - disable build isolation also Signed-off-by: Dan Ryan <dan@danryan.co>
6 lines
208 B
INI
6 lines
208 B
INI
[pytest]
|
|
addopts = -ra -n auto
|
|
testpaths = tests/
|
|
; Add vendor and patched in addition to the default list of ignored dirs
|
|
norecursedirs = .* build dist CVS _darcs {arch} *.egg vendor patched news tasks docs
|