From 2151796cc4c4d67fd149537aa38bf3ec5fc4f1f5 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Thu, 3 Dec 2015 10:16:58 +0100 Subject: [PATCH] Fix install in travis file --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 128eaf0..b5d5c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: - "3.4" - "3.5" # command to install dependencies -install: "pip install pyfakefs" +install: + - "pip install pyfakefs" + - "python setup.py install" # command to run tests script: nosetests