summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-08-07 22:12:44 -0400
committerDavanum Srinivas <davanum@gmail.com>2015-08-08 07:30:58 -0400
commit5645b7b93dc0425a69361dc107e5b050376101bd (patch)
tree675d0e1d886f75e440d9bf0d22e6bc3168389712 /CONTRIBUTING.rst
parent8edc3f30ae39027b1b8cbb8fe22c3017ffedccf0 (diff)
downloadoslo-db-5645b7b93dc0425a69361dc107e5b050376101bd.tar.gz
Fix hacking rules and docs job
Change-Id: I2d86f266165ad98ded9f0bb9f11abfd8aa2c09ef
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 78528ec..019004c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -33,8 +33,8 @@ for psycopg2 (PyMySQL is a pure-Python implementation and so needs no
additional system packages). For Ubuntu/Debian they are python-dev, and
libpq-dev. For Fedora/CentOS - gcc, python-devel and postgresql-devel.
There is also a separate env for testing with MySQL-python. If you are suppose
-to run these tests as well, you need to install libmysqlclient-dev on Ubuntu/Debian
-or mysql-devel for Fedora/CentOS.
+to run these tests as well, you need to install libmysqlclient-dev on
+Ubuntu/Debian or mysql-devel for Fedora/CentOS.
The oslo.db unit tests system allows to run unittests on real databases. At the
moment it supports MySQL, PostgreSQL and SQLite.