Skip to content

Commit

Permalink
Merge 9b7260d into dbce43f
Browse files Browse the repository at this point in the history
  • Loading branch information
raiderrobert committed Aug 1, 2016
2 parents dbce43f + 9b7260d commit 5af560d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
language: python

sudo: false

cache: pip

env:
- DJANGO='https://github.com/django/django/archive/master.tar.gz'
- DJANGO='django>=1.9.0,<1.10.0'
- DJANGO='django>=1.8.0,<1.9.0'

python:
- "2.7"
- "3.4"
- "3.5"
- "nightly"
install: "pip install -r requirements.txt"

script: python tests.py
sudo: false

install:
- travis_retry pip install $DJANGO
- travis_retry pip install coveralls
- travis_retry pip install -r requirements.txt

after_success:
- coveralls
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ django-multiurl
##########
.. image:: https://travis-ci.org/raiderrobert/django-multiurl.svg?branch=master
:target: http://travis-ci.org/raiderrobert/django-multiurl
.. image:: https://coveralls.io/repos/github/raiderrobert/django-multiurl/badge.svg?branch=master
:target: https://coveralls.io/github/raiderrobert/django-multiurl?branch=master
.. image:: https://button.flattr.com/flattr-badge-large.png
:target: http://flattr.com/submit/auto?fid=y7ww7j&url=https%3A%2F%2Fgithub.com%2Fraiderrobert%2Fdjango-multiurl%2F

Expand Down

0 comments on commit 5af560d

Please sign in to comment.