From 49a77907947101008b365cd173f03526a5c2e103 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Oct 2018 18:53:45 +0300 Subject: [PATCH] .travis.yml: Move script to one line --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37747fb..8382fce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ python: - "3.5" - "3.6" - "3.7" -script: - - pip install -r requirements.txt +script: pip install -r requirements.txt # vim: ts=2 sw=2 et