From e6315f17ba680cbe8ae6a4cee89572c0d55e53b8 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 17 Nov 2014 16:03:45 +0100 Subject: [PATCH] Travis: fix pip command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6056b1fe..ec548646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: # command to install dependencies install: - - pip install -U timeside --nodeps + - pip install -U --no-deps timeside - pip install -e . # command to run tests -- 2.39.5