From 9ab86939ec3305bdd0234d05674f9a6100b50eb9 Mon Sep 17 00:00:00 2001
From: Fize Jacques <jacques.fize@cirad.fr>
Date: Tue, 5 Mar 2019 01:14:32 +0100
Subject: [PATCH] Change Readme

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 42604d3..b9eae96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-language: python
+cdlanguage: python
 python:
   - "3.6"
 
@@ -6,8 +6,8 @@ notifications:
   email: false
 
 install:
-    - pip install -q cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil
+    - pip install -q cython numpy networkx scipy scikit-learn pandas gensim joblib gensim psutil --upgrade
     - pip install .
 
 script:
-  - pytest test/test.py
\ No newline at end of file
+  - cd ../; pytest GMatch4py/test/test.py
\ No newline at end of file
-- 
GitLab