# HG changeset patch
# User paugier <pierre.augier@ens-lyon.org>
# Date 1539016081 -7200
#      Mon Oct 08 18:28:01 2018 +0200
# Node ID 4d6c2469e3c04c01f5b5d951500f42927ece7ff4
# Parent  71907447aa91acc13bc6d10539191034769e499d
Try travis without pipenv, second try

diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@
 
 install:
     - pip install -U pip setuptools wheel six colorlog
-    - pip install -U coverage fluiddevops
+    - pip install -U tox coverage fluiddevops
     - pip install -U numpy cython mako mpi4py fluidpythran  # To be removed when pip==10 is out and this step can be bootstrapped
 
 before_script: