From 57932278ff9b1753425afa5fcb74eb1051a14383 Mon Sep 17 00:00:00 2001
From: James Graham <J.A.Graham@soton.ac.uk>
Date: Fri, 2 Jun 2017 14:58:33 +0100
Subject: [PATCH] Fix name in Travis file

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

diff --git a/.travis.yml b/.travis.yml
index f23c4c5..38ca124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ cache:
 install:
     - pip install --upgrade pip setuptools wheel
     - pip install -r requirements.txt --only-binary=numpy
-    - pip install -r .requirements-full-test.txt --only-binary=scipy
+    - pip install -r .requirements-test.txt --only-binary=scipy
 script:
     - py.test test/
-- 
GitLab