From e2f989ac6841c4b94d0688376cb1f7c59a9cc7d2 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 23 Dec 2015 12:09:44 +0530 Subject: [PATCH] Format yml correctly --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7abc337..ffded50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ python: - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies -install: - "pip install -r requirements.txt" - - "pip install -e ." +install: + - "pip install -r requirements.txt" + - "pip install -e ." # command to run tests script: py.test