From 43070ee42c65f4f03ed21550b52a47506b5b57a4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 13 Feb 2018 21:17:12 +0530 Subject: [PATCH] add travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25dc99e8b..6ca42c687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ cache: before_install: - sudo pip install -r requirements.txt script: -- python scripts\lint.py -- python scripts\readme.py -- python scripts\tdd.py +- python scripts/lint.py +- python scripts/readme.py +- python scripts/tdd.py after_success: - chmod +x .travis/push.sh - .travis/push.sh