Skip to content

Commit be9e577

Browse files
committed
.travis: Change mysql driver
1 parent c05fcfe commit be9e577

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
@@ -7,7 +7,7 @@ services:
77
before_script:
88
- mysql -e 'create database track_usage_test;'
99
- psql -c 'create database track_usage_test;' -U postgres
10-
- pip install coverage pep8 pymongo==3.5.1 sqlalchemy psycopg2 mysql-python mongoengine
10+
- pip install coverage pep8 pymongo==3.5.1 sqlalchemy psycopg2 mysqlclient mongoengine
1111
install:
1212
- pip install -e .
1313
script:

0 commit comments

Comments
 (0)