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