Skip to content

Commit

Permalink
Fix travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 1, 2016
1 parent c035bcc commit 7a72998
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 6HlHjR0apwgPDpMNMSgUtcJCCfVGSmAQC
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@ python:
- "3.5"

env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO='1.8' REVERSION='1.9'
- DJANGO='1.9' REVERSION='1.10'

install:
- pip install --upgrade pip
- pip install . --no-deps
- pip install Django==$DJANGO.\* django-tools coveralls
- pip install Django==$DJANGO.\*
- pip install django-reversion==$REVERSION.\*
- pip install . django-tools coveralls

script:
- coverage run --source=reversion_compare ./setup.py test
- python --version
- pip freeze
- coverage run --source=reversion_compare runtests.py

after_success:
- coverage combine
- coverage report
- coveralls

notifications:
Expand Down

0 comments on commit 7a72998

Please sign in to comment.