Skip to content

Improved docs #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
djintegration - Continuous integration reports for python
============================================================================

Introduction
==============
Introduction of Django
=======================

Django continuous integration is a tool for running and displaying
tests for the python language. Although python and Django are used,
Expand All @@ -26,7 +26,7 @@ the necesseray dependencies. It's nececessary that your package list all
the needed dependencies in `setup.py`. It's possible that you will have to
install some distribution dependencies by hand (like the developement headers for lxml).

Then you can generate a test report for all your repositories
Then you can generate a test report for all of your repositories
using the `djintegration.commands.make_test_reports` commands
or by using the manage command::

Expand Down