From 6d2e345ec48fee2b70cbb9b112d11f0baa98f01d Mon Sep 17 00:00:00 2001
From: Olivier Bonaventure <bonaventure@acm.org>
Date: Wed, 17 Jul 2019 15:20:39 +0000
Subject: [PATCH] Installation de sphinx avec pip3

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 993e6c9..163f1fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
 before_install:
  - sudo apt-get install hunspell hunspell-fr
  - sudo apt-get install cppcheck
-install: "pip3 install -q -r requirements.txt"
+install:
+ - pip3 install -U sphinx
+ - pip3 install sphinxcontrib.spelling
 language: python
 python:
   - "3.6"
-- 
GitLab