Skip to content

Commit d4c3dea

Browse files
evaxdavispuh
authored andcommitted
Allow pip install from git
Merged with modifications from evax/MySQLdb1@a815269
1 parent 54cc6fd commit d4c3dea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+911
-1
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.5"
4+
- "2.6"
5+
- "2.7"
6+
install: python setup.py install
7+
before_script: mysql -e 'create database mysqldb_test charset utf8;'
8+
script: TESTDB=travis.cnf nosetests

GPL-2.0

+339
Large diffs are not rendered by default.

MySQLdb/HISTORY HISTORY

File renamed without changes.

MySQLdb/MANIFEST.in MANIFEST.in

File renamed without changes.

MySQLdb/MySQLdb/constants/.cvsignore

-1
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

MySQLdb/release.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
__author__ = "Andy Dustman <[email protected]>"
3+
version_info = (1,2,4,'beta',3)
4+
__version__ = "1.2.4b3"
File renamed without changes.

MySQLdb/README README

File renamed without changes.

MySQLdb/_mysql.c _mysql.c

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)