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: