From b3fa7a4e393a0e4cf44e5a88dac34de606c2dc65 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 18 Apr 2017 18:46:59 -0700 Subject: [PATCH] quote that shell meta character --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a8df70..d8c6e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - sudo pip install ansible==2.1.3.0 install: - ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml -- pip install $TRAVIS_BUILD_DIR warcprox>=2.1b1.dev71 pytest +- pip install $TRAVIS_BUILD_DIR 'warcprox>=2.1b1.dev71' pytest script: - DISPLAY=:1 py.test -v tests after_failure: