mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-02 18:44:42 +00:00
Create .travis.yml
This commit is contained in:
parent
55d81d7935
commit
ce40d1567c
1 changed files with 17 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal 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
|
||||
Loading…
Reference in a new issue