mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Small fixes to tox and docs
- Remove testing environments for Django 1.2 and 1.3 - Update Django Sphinx links to 1.6 - Fix docs warning in intercom.rst
This commit is contained in:
parent
f70b3e6132
commit
12a24c0d17
3 changed files with 5 additions and 6 deletions
|
|
@ -29,14 +29,13 @@ pygments_style = 'sphinx'
|
|||
|
||||
intersphinx_mapping = {
|
||||
'http://docs.python.org/2.7': None,
|
||||
'http://docs.djangoproject.com/en/1.3': 'http://docs.djangoproject.com/en/1.5/_objects/',
|
||||
'http://docs.djangoproject.com/en/1.6': 'http://docs.djangoproject.com/en/1.6/_objects/',
|
||||
}
|
||||
|
||||
|
||||
# -- Options for HTML output ---------------------------------------------------
|
||||
|
||||
html_theme = 'default'
|
||||
html_static_path = ['_static']
|
||||
htmlhelp_basename = 'analyticaldoc'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
=============================
|
||||
=================================
|
||||
Intercom.io -- Real-time tracking
|
||||
=============================
|
||||
=================================
|
||||
|
||||
Intercom.io_ is an easy way to implement real-chat and individual
|
||||
support for a website
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py2.6-django1.2,py2.6-django1.3,py2.6-django1.4,py2.6-django1.5,py2.6-django1.6,
|
||||
py2.7-django1.2,py2.7-django1.3,py2.7-django1.4,py2.7-django1.5,py2.7-django1.6
|
||||
py2.6-django1.4,py2.6-django1.5,py2.6-django1.6,
|
||||
py2.7-django1.4,py2.7-django1.5,py2.7-django1.6
|
||||
|
||||
[testenv]
|
||||
commands = python -Wall setup.py test
|
||||
|
|
|
|||
Loading…
Reference in a new issue