mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Decouple from run-tests.sh
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ install:
|
||||
# command to run the dependencies
|
||||
script:
|
||||
- 'if [[ -n "$RUN_INTEGRATION_TESTS" ]]; then rm -fr ~/.cache/pip; fi'
|
||||
- "pipenv run bash ./run-tests.sh"
|
||||
- 'export PYPI_VENDOR_DIR="$(pwd)/tests/pypi/"'
|
||||
- 'pipenv run time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream'
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
+1
-2
@@ -5,8 +5,7 @@
|
||||
set -eo pipefail
|
||||
|
||||
# Set the PYPI vendor URL for pytest-pypi.
|
||||
PYPI_VENDOR_DIR="$(pwd)/tests/pypi/"
|
||||
export PYPI_VENDOR_DIR
|
||||
export PYPI_VENDOR_DIR="$(pwd)/tests/pypi/"
|
||||
|
||||
if [[ ! -z "$TEST_SUITE" ]]; then
|
||||
echo "Using TEST_SUITE=$TEST_SUITE"
|
||||
|
||||
Reference in New Issue
Block a user