File tree 5 files changed +16
-42
lines changed 5 files changed +16
-42
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : python
3
3
python :
4
- - " 2.7"
5
- - " 3.3"
6
- - " 3.4"
7
4
- " 3.5"
5
+ - " 3.6"
8
6
env :
9
- - DJANGO='Django>=1.7,<1.8' SKIP='2.6 3.5'
10
- - DJANGO='Django>=1.8,<1.9' SKIP='2.6'
11
- - DJANGO='Django>=1.9,<1.10' SKIP='2.6 3.3'
12
- - DJANGO='Django>=1.10,<1.11' SKIP='2.6 3.3'
7
+ - DJANGO="1.11,<2.0"
8
+ - DJANGO="2.0,<3.0"
9
+ matrix :
10
+ include :
11
+ - python : 2.7
12
+ env : DJANGO="1.11,<2.0"
13
+
13
14
install :
14
- scripts/travis-install.sh
15
+ - pip install coverage coveralls
16
+ - pip install "Django>=$DJANGO"
17
+ - pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@master
15
18
script :
16
- scripts/travis-build.sh
19
+ - PYTHONPATH=. coverage run test/test_func.py
17
20
after_success :
18
21
coveralls
Original file line number Diff line number Diff line change 1
1
pylint-django
2
2
=============
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/landscapeio/pylint- django.svg?branch=master )] ( https://travis-ci.org/landscapeio/pylint- django )
5
- [ ![ Code Quality] ( https://landscape.io/github/landscapeio/pylint- django/master/landscape.png )] ( https://landscape.io/github/landscapeio/pylint- django )
6
- [ ![ Coverage Status] ( https://coveralls.io/repos/landscapeio/pylint- django/badge.svg )] ( https://coveralls.io/r/landscapeio/pylint- django )
7
- [ ![ Latest Version] ( https://img.shields.io/pypi/v/pylint- django.svg )] ( https://pypi.python.org/pypi/pylint- django )
4
+ [ ![ Build Status] ( https://travis-ci.org/MrSenko/ django-pylint .svg?branch=master )] ( https://travis-ci.org/MrSenko/ django-pylint )
5
+ [ ![ Code Quality] ( https://landscape.io/github/MrSenko/ django-pylint /master/landscape.png )] ( https://landscape.io/github/MrSenko/ django-pylint )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/MrSenko/ django-pylint /badge.svg )] ( https://coveralls.io/r/MrSenko/ django-pylint )
7
+ [ ![ Latest Version] ( https://img.shields.io/pypi/v/django-pylint .svg )] ( https://pypi.python.org/pypi/django-pylint )
8
8
9
9
# About
10
10
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments