From 8818d493c3816ca9fdfe52d3eb15791a3193613d Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Thu, 28 Jan 2016 10:31:45 +0100
Subject: [PATCH] t

---
 .gitlab-ci.yml   | 6 +++---
 requirements.txt | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9fd651e..f365c54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,6 @@ before_script:
 test-3.4:
   image: mmpe/wetb
   script:
-  - pip install -U setuptools
-  - pip install -e .
-  - python -V 
\ No newline at end of file
+  - cd WindEnergyToolbox
+  - git pull
+  - python3 -V 
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index c51df65..43c3abf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,5 @@ numpy>=1.4
 scipy>=0.9
 matplotlib
 pytest
+xlrd
 
-- 
GitLab