Skip to content

Commit 7a846cf

Browse files
evaxfarcepest
authored andcommitted
Allow pip install from git
Merged with modifications from evax/MySQLdb1@a815269
1 parent 0164ffe commit 7a846cf

Some content is hidden

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

42 files changed

+2
-44
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ python:
33
- "2.5"
44
- "2.6"
55
- "2.7"
6-
install: (cd MySQLdb && python setup.py install)
6+
install: python setup.py install
77
before_script: mysql -e 'create database mysqldb_test charset utf8;'
8-
script: (cd MySQLdb && TESTDB=travis.cnf nosetests)
8+
script: TESTDB=travis.cnf nosetests

Diff for: MySQLdb/GPL-2.0 renamed to GPL-2.0

File renamed without changes.

Diff for: MySQLdb/HISTORY renamed to HISTORY

File renamed without changes.

Diff for: MySQLdb/MANIFEST.in renamed to MANIFEST.in

File renamed without changes.

Diff for: 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.
File renamed without changes.
File renamed without changes.

Diff for: MySQLdb/README renamed to README

File renamed without changes.

Diff for: README.md

-41
This file was deleted.

Diff for: MySQLdb/_mysql.c renamed to _mysql.c

File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: MySQLdb/doc/FAQ.txt renamed to doc/FAQ.txt

File renamed without changes.
File renamed without changes.

Diff for: MySQLdb/ez_setup.py renamed to ez_setup.py

File renamed without changes.

Diff for: MySQLdb/metadata.cfg renamed to metadata.cfg

File renamed without changes.

Diff for: MySQLdb/pymemcompat.h renamed to pymemcompat.h

File renamed without changes.

Diff for: MySQLdb/setup.cfg renamed to setup.cfg

File renamed without changes.

Diff for: MySQLdb/setup.py renamed to setup.py

File renamed without changes.
File renamed without changes.

Diff for: MySQLdb/setup_posix.py renamed to setup_posix.py

File renamed without changes.
File renamed without changes.

Diff for: MySQLdb/site.cfg renamed to site.cfg

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.

0 commit comments

Comments
 (0)