Create .travis.yml

This commit is contained in:
adi 2015-09-29 16:12:48 +02:00
parent 55d81d7935
commit ce40d1567c

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- "pypy"
install:
- pip install .
- pip install Pillow Markdown --use-mirrors
- pip install -q Django==$DJANGO_VERSION
- python setup.py -q install
env:
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8