Skip to content

Commit 77f8d74

Browse files
committed
Update test matrix and how tests are started on Travis
1 parent f0655cc commit 77f8d74

File tree

5 files changed

+16
-42
lines changed

5 files changed

+16
-42
lines changed

.travis.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
sudo: false
22
language: python
33
python:
4-
- "2.7"
5-
- "3.3"
6-
- "3.4"
74
- "3.5"
5+
- "3.6"
86
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+
1314
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
1518
script:
16-
scripts/travis-build.sh
19+
- PYTHONPATH=. coverage run test/test_func.py
1720
after_success:
1821
coveralls

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pylint-django
22
=============
33

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)
88

99
# About
1010

scripts/travis-build.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/travis-install.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

scripts/travis_skip.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)