Merge pull request #86 from bittner/master

Add "Python versions" badge (README)
This commit is contained in:
Joost Cassee 2016-05-18 11:28:11 +02:00
commit e5b0d6a262
3 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,8 @@
language: python
python: "3.5"
install:
# continue to support Python 3.2 (see issue #84)
- pip install "virtualenv<14.0.0"
- pip install coveralls tox
script:
- tox

View file

@ -1,7 +1,7 @@
django-analytical |latest-version|
==================================
|travis-ci| |coveralls| |health| |downloads| |license| |gitter|
|travis-ci| |coveralls| |health| |python-support| |downloads| |license| |gitter|
The django-analytical application integrates analytics services into a
Django_ project.
@ -35,6 +35,9 @@ an asynchronous version of the Javascript code if possible.
.. |health| image:: https://landscape.io/github/jcassee/django-analytical/master/landscape.svg?style=flat
:target: https://landscape.io/github/jcassee/django-analytical/master
:alt: Code health
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg
:target: https://pypi.python.org/pypi/django-analytical
:alt: Python versions
.. |downloads| image:: https://img.shields.io/pypi/dm/django-analytical.svg
:alt: Monthly downloads from PyPI
:target: https://pypi.python.org/pypi/django-analytical

View file

@ -14,5 +14,6 @@ deps =
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
virtualenv<14.0.0
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
whitelist_externals = sh