Skip to content

Commit 626ceed

Browse files
committed
Added mysql-python to travis requirements
1 parent 5e77b08 commit 626ceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- pip install pep8 --use-mirrors
99
- pip install https://github.com/dcramer/pyflakes/tarball/master
1010
- pip install -q -e . --use-mirrors
11-
- pip install south
11+
- pip install south mysql-python
1212
services:
1313
- mysql
1414
before_script:

0 commit comments

Comments
 (0)