From c3aa6c029d67a9612ebabf84784a6571fa603e4c Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 28 Oct 2014 22:12:18 +0100 Subject: Fix the dependencies in the setup.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3152dfa0..2c27b4a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ python: - "3.4" install: - pip install -r requirements.txt - - python setup.py -q build install + - python setup.py build script: make test -- cgit v1.2.3