From 4a3aa8042e66b970377241d0699fc5bd1c959fd8 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Fri, 5 Oct 2018 20:11:11 +0000 Subject: [PATCH] oops, but only for travis, this runs fine --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7997266a..9bbe3de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - ./dbench setup docker - ./dbench init frappe-bench - ./dbench new-site site1.local - - ./dbench setup hosts' + - ./dbench setup hosts - pip install --upgrade virtualenv - virtualenv -p python3 testenv - source testenv/bin/activate