From ee3a7cd77d1d3e4ebe3f3ef51ad69ef06895e3d6 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Sat, 23 Jan 2016 02:11:08 +0100 Subject: [PATCH] Travis uses tests/requirements.txt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 850b4e8..e990ebc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - "3.5" # command to install dependencies install: - - "pip install pyfakefs" + - "pip install -r tests/requirements.txt" - "python setup.py install" # command to run tests script: python -m unittest discover