File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,24 +102,15 @@ The last stable release is available on PyPI and can be installed with ``pip``::
102102
103103 $ pip install Tornado-MySQL
104104
105- Alternatively (e.g. if ``pip `` is not available), a tarball can be downloaded
106- from GitHub and installed with Setuptools::
107-
108- $ # X.X is the desired PyMySQL version (e.g. 0.5 or 0.6).
109- $ curl -L https://github.com/PyMySQL/PyMySQL/tarball/pymysql-X.X | tar xz
110- $ cd PyMySQL*
111- $ python setup.py install
112- $ # The folder PyMySQL* can be safely removed now.
113-
114105Test Suite
115106----------
116107
117108If you would like to run the test suite, first copy the file
118- ``.travis.databases.json `` to ``pymysql /tests/databases.json `` and edit the new
109+ ``.travis.databases.json `` to ``tornado_mysql /tests/databases.json `` and edit the new
119110file to match your MySQL configuration::
120111
121- $ cp .travis.databases.json pymysql /tests/databases.json
122- $ $EDITOR pymysql /tests/databases.json
112+ $ cp .travis.databases.json tornado_mysql /tests/databases.json
113+ $ $EDITOR tornado_mysql /tests/databases.json
123114
124115To run all the tests, execute the script ``runtests.py ``::
125116
You can’t perform that action at this time.
0 commit comments