mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Add basic test config for Travis (#7)
This commit is contained in:
parent
a4a3511c56
commit
a37d0c3ad4
2 changed files with 9 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6.5"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- ./runtests
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
[](https://travis-ci.org/makimo/django-eav2)
|
||||
|
||||
### Django EAV 2 - Entity-Attribute-Value storage for Django
|
||||
|
||||
#### Introduction
|
||||
|
|
|
|||
Loading…
Reference in a new issue