Commit 6d36c26bc6df7ac90339f2087c8f69dde50a9615

Authored by Anthex
1 parent d89de293

add Pillow to travis config

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
@@ -2,6 +2,7 @@ language: python @@ -2,6 +2,7 @@ language: python
2 install: 2 install:
3 - pip install codecov 3 - pip install codecov
4 - pip install pytest-cov 4 - pip install pytest-cov
  5 + - pip install Pillow
5 python: 6 python:
6 - "3.5" 7 - "3.5"
7 - "3.6" 8 - "3.6"
@@ -17,6 +17,6 @@ This program aims to compute the approximate location of a mobile terminal for a @@ -17,6 +17,6 @@ This program aims to compute the approximate location of a mobile terminal for a
17 ## Annex : N-Lateration 3D visualisation 17 ## Annex : N-Lateration 3D visualisation
18 visuals.py provides a cool function to graphically represent the N-Lateration distances in a 3D space by creating an animated gif (RMI style) 18 visuals.py provides a cool function to graphically represent the N-Lateration distances in a 3D space by creating an animated gif (RMI style)
19 ### Example : 19 ### Example :
20 - <img src="https://dantz.fr/LO53/out.gif" width="200px"> 20 +[![Screencap](https://dantz.fr/LO53/out.gif?)
21 21
22 22