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