From 239bb49714f544a7c35ad39a98b555bca772d4e3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 11:36:54 -0500 Subject: [PATCH] try this Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e0922e0..9dff1b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: # command to run the dependencies script: - - "pipenv run pytest tests -n auto -m \"$TEST_SUITE\"" + - "pipenv run bash ./run-tests.sh" # command to run tests # jobs: