Skip to content

Commit

Permalink
mysql test running is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed May 11, 2012
1 parent caf745b commit f922fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -227,6 +227,9 @@ For testing against different python, DB and django versions install tox

$ tox

Db user 'qsstats_test' with password 'qsstats_test' and a DB 'qsstats_test'
should exist.

Difference from django-qsstats
==============================

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -35,4 +35,4 @@ deps=
mysql-python

commands=
django-admin.py test qsstats --settings=test_settings.postgres
django-admin.py test qsstats --settings=test_settings.mysql

0 comments on commit f922fa1

Please sign in to comment.