From ceb1b27f53bae9ee9656349be1fca0310853e8a2 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 23 Dec 2015 12:07:10 +0530 Subject: [PATCH] In travis, install self --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 392a2d8..7abc337 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ 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" +install: - "pip install -r requirements.txt" + - "pip install -e ." + # command to run tests script: py.test