From 190d27f78b145273dfb54633e502a6976bd52831 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 7 Oct 2012 00:44:41 +0200 Subject: [PATCH] fix travis install --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 892153f..bab2535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - "2.7" - "3.2" # command to install dependencies -install: "pip install -r requirements.txt --use-mirrors" +install: + - "pip install -r requirements.txt --use-mirrors" + - "setup.py install" # command to run tests script: python tests/alltests.py -- 2.39.5