From 8492d0ae325b5013bf49e6e84c99735dde0f0187 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 18:01:43 +0530 Subject: [PATCH] autopep8 --- .travis/push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/push.sh b/.travis/push.sh index f1b9455a2..849b8e3df 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -9,6 +9,7 @@ commit_website_files() { echo "Committing to master branch..." git status git add -A + git commit -m "travis_commit" git status fi fi