Skip to content

Commit

Permalink
Update README with tox testing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Sep 29, 2014
1 parent f3e1a35 commit 23bf6cc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@ Installation
Running the Tests
-----------------

Using `Doug Hellman's virtualenvwrapper`__:
#. Install `tox`__.

.. code:: sh
#. From the repository root, run

mktmpenv
pip install django-timezone-field
export DJANGO_SETTINGS_MODULE=timezone_field.test_settings
django-admin.py test timezone_field
.. code:: sh
tox
It's that simple.

Found a Bug?
------------
Expand All @@ -110,6 +111,6 @@ __ http://pypi.python.org/pypi/pytz/
__ http://pypi.python.org/pypi/django-timezone-field/
__ http://www.pip-installer.org/
__ https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
__ http://www.doughellmann.com/projects/virtualenvwrapper/
__ https://tox.readthedocs.org/
__ https://github.com/mfogel/django-timezone-field/
__ https://github.com/brosner/django-timezones/

0 comments on commit 23bf6cc

Please sign in to comment.