From 74904549a9a3214fe751ddf572c2f1e670108aa0 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 14 Jan 2019 11:32:55 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b527ca..813581a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ - language: python - python: - - "3.6" - - "3.7" - install: +language: python +python: + - "3.6" + - "3.7" +install: - pip install -r requirements.txt - script: - - bash ./examples/generate.sh +script: bash ./examples/generate.sh