From c79c97c8a8652ff0fbda19074374fb0e69bd348c Mon Sep 17 00:00:00 2001
From: Fize Jacques <jacques.fize@cirad.fr>
Date: Wed, 6 Feb 2019 22:51:41 +0100
Subject: [PATCH] add Travis.yml

---
 travis.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/travis.yml b/travis.yml
index 6fa5f81..2b0db1f 100644
--- a/travis.yml
+++ b/travis.yml
@@ -1,6 +1,11 @@
 language: python
 python:
+  - "2.7"
   - "3.6"
-# command to install dependencies
+
+notifications:
+  email: false
+
 install:
-  - python setup.py install .
+    - pip install -q cython numpy networkx scipy scikit-learn pandas
+    - python setup.py install
\ No newline at end of file
-- 
GitLab