mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-26 16:04:42 +00:00
Update .travis.yml
This commit is contained in:
parent
ce40d1567c
commit
1d0b1c3a43
1 changed files with 0 additions and 5 deletions
|
|
@ -1,17 +1,12 @@
|
|||
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