Skip to content

Commit

Permalink
Update test matrix and how tests are started on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 18, 2018
1 parent f0655cc commit fa083d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 38 deletions.
21 changes: 12 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO='Django>=1.7,<1.8' SKIP='2.6 3.5'
- DJANGO='Django>=1.8,<1.9' SKIP='2.6'
- DJANGO='Django>=1.9,<1.10' SKIP='2.6 3.3'
- DJANGO='Django>=1.10,<1.11' SKIP='2.6 3.3'
- DJANGO="1.11,<2.0"
- DJANGO="2.0,<3.0"
matrix:
include:
- python: 2.7
env: DJANGO="1.11,<2.0"

install:
scripts/travis-install.sh
- pip install coverage coveralls
- pip install "Django>=$DJANGO"
- pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@master
script:
scripts/travis-build.sh
- PYTHONPATH=. coverage run test/test_func.py
after_success:
coveralls
9 changes: 0 additions & 9 deletions scripts/travis-build.sh

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/travis-install.sh

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/travis_skip.py

This file was deleted.

0 comments on commit fa083d0

Please sign in to comment.