mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
@ -3,6 +3,6 @@ python:
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
install: (cd MySQLdb && python setup.py install)
|
||||
install: python setup.py install
|
||||
before_script: mysql -e 'create database mysqldb_test charset utf8;'
|
||||
script: (cd MySQLdb && TESTDB=travis.cnf nosetests)
|
||||
script: TESTDB=travis.cnf nosetests
|
||||
|
@ -1 +0,0 @@
|
||||
*.pyc
|
41
README.md
41
README.md
@ -1,41 +0,0 @@
|
||||
MySQLdb1
|
||||
========
|
||||
|
||||
This is the legacy (1.x) version of MySQLdb. While it is still being
|
||||
maintained, there will not be a lot of new feature development.
|
||||
|
||||
[](http://travis-ci.org/farcepest/MySQLdb1)
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
* A bugfix 1.2.4 release
|
||||
* A 1.3.0 release that will support Python 2.7-3.3
|
||||
* The 2.0 version is being renamed [moist][] and is heavily refactored.
|
||||
|
||||
Projects
|
||||
--------
|
||||
|
||||
* [MySQLdb-svn][]
|
||||
|
||||
This is the old Subversion repository located on SourceForge.
|
||||
It has all the early historical development of MySQLdb through 1.2.3,
|
||||
and also is the working repository for ZMySQLDA. The trunk on this
|
||||
repository was forked to create the [MySQLdb2][] repository.
|
||||
|
||||
* [MySQLdb1][]
|
||||
|
||||
This is the new (active) git repository.
|
||||
Only updates to the 1.x series will happen here.
|
||||
|
||||
* [MySQLdb2][]
|
||||
|
||||
This is the now obsolete Mercurial repository for MySQLdb-2.0
|
||||
located on SourceForge. This repository has been migrated to the
|
||||
[moist][] repository.
|
||||
|
||||
|
||||
[MySQLdb1]: https://github.com/farcepest/MySQLdb1
|
||||
[moist]: https://github.com/farcepest/moist
|
||||
[MySQLdb-svn]: https://sourceforge.net/p/mysql-python/svn/
|
||||
[MySQLdb2]: https://sourceforge.net/p/mysql-python/mysqldb-2/
|
Reference in New Issue
Block a user