diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4558e49 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.6.5" +install: + - pip install -r requirements.txt +script: + - ./runtests diff --git a/README.md b/README.md index 9f72755..5c34b0a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/makimo/django-eav2.svg?branch=master)](https://travis-ci.org/makimo/django-eav2) + ### Django EAV 2 - Entity-Attribute-Value storage for Django #### Introduction