Add basic test config for Travis (#7)

This commit is contained in:
Iwo Herka 2018-06-01 16:15:07 +02:00
parent a4a3511c56
commit a37d0c3ad4
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.6.5"
install:
- pip install -r requirements.txt
script:
- ./runtests

View file

@ -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