Skip to content

Commit 9f394d4

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

File tree

4 files changed

+12
-38
lines changed

4 files changed

+12
-38
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

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)