mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
cb8b5ced45
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/usr/bin/env bash
|
|
|
|
PYPI_VENDOR_DIR="$(pwd)/tests/pypi/"
|
|
export PYPI_VENDOR_DIR
|
|
|
|
pytest -n 8 tests/test_pipenv.py -m "$TEST_SUITE" |