diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..048dc29 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python + +python: + - "3.7" + +services: + - docker + +env: + - DOCKER_COMPOSE_VERSION=3 + +before_install: + - docker-compose build -t villafleurie diff --git a/README.md b/README.md index ef74fb3..3abaa16 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Villafleurie : moteur de réservation autonome +[![Travis](https://travis-ci.com/rjNemo/villafleurie.svg?branch=master)](https://travis-ci.com/rjNemo/villafleurie.svg?branch=master) + `V 1.0 Le site est prêt à l'emploi` Auteur : Ruidy Nemausat