From 72a63728cbb19a22eeb2fdf3326fe9a1ff79a412 Mon Sep 17 00:00:00 2001
From: Olivier Bonaventure <bonaventure@acm.org>
Date: Wed, 17 Jul 2019 15:23:48 +0000
Subject: [PATCH] Ajout de enchant qui est requis par sphinxcontrib.spelling

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

diff --git a/.travis.yml b/.travis.yml
index 163f1fc..654c3cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 before_install:
  - sudo apt-get install hunspell hunspell-fr
  - sudo apt-get install cppcheck
+ - sudo apt-get install enchant
 install:
  - pip3 install -U sphinx
  - pip3 install sphinxcontrib.spelling
-- 
GitLab