From 9f969cfaf5ba25e8aeb07f124dd4d312e7181624 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 10 Apr 2016 11:13:54 +0200 Subject: [PATCH] Fix the Travis configuration --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 458c2f54..0ed7ee1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ python: - 3.4 - 3.5 -script: nosetests +install: + - pip install -e . + +script: py.test -s sudo: false