From 54e28c828700fc2a449f1130e39022f0e5f64778 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 07:50:34 -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 53049b61..015948a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: # command to run the dependencies script: - - "pipenv run pytest tests -m $TEST_SUITE" + - "pipenv run pytest tests -m \"$TEST_SUITE\"" # command to run tests # jobs: