File tree Expand file tree Collapse file tree 4 files changed +24
-10
lines changed
Expand file tree Collapse file tree 4 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 11language : python
22sudo : false
33python :
4- - 2.7
5- - 3.5
6- - 3.6
7- - pypy
4+ - ' 2.7'
5+ - ' 3.5'
6+ - ' 3.6'
7+ - ' pypy'
8+ env :
9+ - DJANGO="Django>=1.8.0,<1.9.0"
10+ - DJANGO="Django>=1.11,<1.12.0"
11+ - DJANGO="Django>=2.0,<2.1"
12+ matrix :
13+ exclude :
14+ - python : ' 2.7'
15+ env : DJANGO="Django>=2.0,<2.1"
16+ - python : ' pypy'
17+ env : DJANGO="Django>=2.0,<2.1"
818install :
9- - pip install -r requirements/dev.txt
19+ - pip install $DJANGO
20+ - pip install -r requirements/dev.txt
1021script :
11- - flake8 *.py django_markwhat/*.py
12- - python run_tests.py
22+ - flake8 *.py django_markwhat/*.py
23+ - python run_tests.py
Original file line number Diff line number Diff line change 1+ 1.6
2+ ================
3+ ----
4+
5+ * Now tested on Django 2.0
6+
171.5.1 2016-12-07
28================
39----
Original file line number Diff line number Diff line change 1- Django == 1.11.4
Original file line number Diff line number Diff line change 1- -r ../requirements.txt
2-
31Markdown==2.6.9
42CommonMark==0.7.4
53textile==3.0.0
You can’t perform that action at this time.
0 commit comments