From 52892868f94f8a6b32211d909d0fd694396880ec Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 12 Oct 2017 10:17:00 +0200 Subject: [PATCH] Try to fix build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86e51e1..46125ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - '2.7' - '3.3' - '3.4' -install: pip install . +install: pip install -U setuptools; pip install . script: nosetests sudo: false deploy: