From 8a0cbe32bdd9cf25221becc6cd049b362cb9ae48 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 11 Jul 2016 12:03:21 +0100 Subject: [PATCH] Remove erroneous travis pip command. I hate setting up travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 913befab..bcc8b28f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" install: - - pip install . - pip install -r requirements.txt - pip install coverage