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:
Joost Cassee 2014-04-29 01:21:40 +02:00
parent f70b3e6132
commit 12a24c0d17
3 changed files with 5 additions and 6 deletions

View file

@ -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'

View file

@ -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

View file

@ -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