From e8993cd0cc4aceb63c1ff7d1990e7ab1f79297ee Mon Sep 17 00:00:00 2001
From: James Graham <J.A.Graham@soton.ac.uk>
Date: Fri, 2 Jun 2017 14:30:23 +0100
Subject: [PATCH] Fix broken pip command for Travis

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 356faf6..dcc2814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ cache:
     directories:
         - $HOME/.cache/pip
 install:
-    - pip --upgrade pip setuptools wheel
+    - pip install --upgrade pip setuptools wheel
     - pip install -r .requirements-full-test.txt --only-binary=numpy,scipy
 script:
     - py.test test/
-- 
GitLab