Ajout de la configuration des tests avec Travis-CI

This commit is contained in:
Guillaume Ayoub 2018-05-11 18:07:51 +02:00
parent 8d92d29f9d
commit f6d0e8ace0

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python:
- 3.6
install:
- pip install --upgrade -e.[test]
script:
- make test
sudo: false