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

.travis.yml

Lines changed: 2 additions & 2 deletions
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
File renamed without changes.
File renamed without changes.
File renamed without changes.

MySQLdb/MySQLdb/constants/.cvsignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
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)