Skip to content

Commit

Permalink
Uses mysqlclient instead of MySQL-python as advised in Django docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Mar 15, 2015
1 parent 40c8700 commit 4494e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtests_requirements_py2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt

psycopg2
MySQL-python
mysqlclient
django-redis
python-memcached
pylibmc
Expand Down
2 changes: 1 addition & 1 deletion runtests_requirements_py3.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt

psycopg2
https://github.com/clelland/MySQL-for-Python-3/tarball/master
mysqlclient
django-redis
python3-memcached
South
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ deps =
django1.7: Django>=1.7,<1.8
South
psycopg2
mysqlclient
django-redis
py2.6: unittest2
py{2.6,2.7}: MySQL-python
py{2.6,2.7}: python-memcached
py{2.6,2.7}: pylibmc
py{3.2,3.3,3.4}: https://github.com/clelland/MySQL-for-Python-3/tarball/master
py{3.2,3.3,3.4}: python3-memcached
setenv =
sqlite3: DB_ENGINE=sqlite3
Expand Down

0 comments on commit 4494e94

Please sign in to comment.