mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-28 22:08:17 +00:00
Now includes different operating systems too.
This commit is contained in:
parent
d6576846ae
commit
b5071b6db9
1 changed files with 17 additions and 17 deletions
34
.travis.yml
34
.travis.yml
|
|
@ -4,44 +4,44 @@ sudo: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: DJANGO=django==1.8.*
|
env: DJANGO=1.8.*
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: DJANGO=django==1.9.*
|
env: DJANGO=1.9.*
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: DJANGO=django==1.10.*
|
env: DJANGO=1.10.*
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: DJANGO=django==1.11b
|
env: DJANGO=1.11b
|
||||||
|
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: DJANGO=django==1.8.*
|
env: DJANGO=1.8.*
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: DJANGO=django==1.9.*
|
env: DJANGO=1.9.*
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: DJANGO=django==1.10.*
|
env: DJANGO=1.10.*
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: DJANGO=django==1.11b
|
env: DJANGO=1.11b
|
||||||
|
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: DJANGO=django==1.8.*
|
env: DJANGO=1.8.*
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: DJANGO=django==1.9.*
|
env: DJANGO=1.9.*
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: DJANGO=django==1.10.*
|
env: DJANGO=1.10.*
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: DJANGO=django==1.11b
|
env: DJANGO=1.11b
|
||||||
|
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: DJANGO=django==1.8.*
|
env: DJANGO=1.8.*
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: DJANGO=django==1.9.*
|
env: DJANGO=1.9.*
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: DJANGO=django==1.10.*
|
env: DJANGO=1.10.*
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: DJANGO=django==1.11b
|
env: DJANGO=1.11b
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env: DJANGO=django==1.10*
|
env: DJANGO=1.10*
|
||||||
|
|
||||||
# Perform the manual steps on OSX to install Python3 and activate venv:
|
# Perform the manual steps on OSX to install Python3 and activate venv:
|
||||||
# Since Python versions have been tested on Linux and it is only a matter of
|
# Since Python versions have been tested on Linux and it is only a matter of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue