From 14262141753c5a39bcb5fcc855dfabb0408bf6ef Mon Sep 17 00:00:00 2001 From: Sumpfork Date: Tue, 10 Nov 2015 17:02:34 -0800 Subject: [PATCH] travis fix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 79ddbf6..34b80d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" # command to install dependencies install: + - pip install -U setuptools - pip install . # command to run tests script: nosetests