From 002c461d3883e9be59439976116c89c8470109df Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 03:04:28 +0530 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb21b738c..361675eab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - -3.6 + 3.6 install: pip install requirements.txt script: - python3 scripts/pretty.py \ No newline at end of file + python3 scripts/pretty.py From e72e59f8a7b565bda8c4161cd3e0d5032405261e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 03:07:12 +0530 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 361675eab..9b95ce90e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ language: python python: 3.6 install: - pip install requirements.txt + pip install -r requirements.txt script: python3 scripts/pretty.py