From 49bfcb75eb8e49dbefbfe16bd6a6c6b3a1320bc5 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 22 Apr 2017 13:08:06 +0200 Subject: [PATCH] Proper syntax for two install commands --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1247334..9e6a506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "2.7" - "3.5" -install: pip install tox-travis -install: sh get_testdata.sh +install: + - pip install tox-travis + - sh get_testdata.sh script: tox