Skip to content

Commit 8b59ce0

Browse files
committed
See if mysqlclient includes MySQL-python for the deploy script
1 parent 8ead18e commit 8b59ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
install:
1515
- "pip install --upgrade pip"
1616
- "pip install -r requirements.txt --upgrade"
17-
- "pip install MySQL-python==1.2.5"
17+
# - "pip install MySQL-python==1.2.5"
1818
- "python setup.py develop"
1919
- "sudo rm -f /etc/boto.cfg"
2020
before_script:

0 commit comments

Comments
 (0)