Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit ae40dc6

Browse files
author
Sebastian Gumprich
committed
Use correct package for python mysql module
1 parent 6b87da3 commit ae40dc6

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
@@ -3,7 +3,7 @@ language: python
33
python: "2.7"
44
before_install:
55
- sudo apt-get update -qq
6-
- sudo apt-get install -qq python-apt python-pycurl mysql-python
6+
- sudo apt-get install -qq python-apt python-pycurl python-mysqldb
77
install:
88
- pip install ansible
99
- echo -e 'localhost ansible_connection=local' > spec/inventory

0 commit comments

Comments
 (0)