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
.travis.yml
... ... @@ -2,6 +2,7 @@ language: python
2 2 install:
3 3 - pip install codecov
4 4 - pip install pytest-cov
  5 + - pip install Pillow
5 6 python:
6 7 - "3.5"
7 8 - "3.6"
... ...
README.md
... ... @@ -17,6 +17,6 @@ This program aims to compute the approximate location of a mobile terminal for a
17 17 ## Annex : N-Lateration 3D visualisation
18 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 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  
... ...