Skip to content

Commit

Permalink
Documented that tests can be run with tox
Browse files Browse the repository at this point in the history
Also noted that tests may not *always* pass with development versions
of Django.

Closes django-tastypie#1048 and closes django-tastypie#857.
  • Loading branch information
benspaulding committed Oct 13, 2013
1 parent d00fb72 commit f0222ea
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,13 @@ Then running the tests is as simple as::

# From the same directory as above:
$ ./env/bin/pip install -U -r tests/requirements.txt
$ cd tests
$ ./run_all_test.sh

Tastypie is maintained with all tests passing at all times. If you find a
failure, please `report it`_ along with the versions of the installed software.
$ ./env/bin/pip install tox
$ tox

Tastypie is maintained with all tests passing at all times for released
dependencies. (At times tests may fail with development versions of Django.
These will be noted as allowed failures in the ``.travis.yml`` file.) If you
find a failure, please `report it`_ along with the versions of the installed
software.

.. _`report it`: https://github.com/toastdriven/django-tastypie/issues

0 comments on commit f0222ea

Please sign in to comment.