We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05fcfe commit be9e577Copy full SHA for be9e577
.travis.yml
@@ -7,7 +7,7 @@ services:
7
before_script:
8
- mysql -e 'create database track_usage_test;'
9
- psql -c 'create database track_usage_test;' -U postgres
10
- - pip install coverage pep8 pymongo==3.5.1 sqlalchemy psycopg2 mysql-python mongoengine
+ - pip install coverage pep8 pymongo==3.5.1 sqlalchemy psycopg2 mysqlclient mongoengine
11
install:
12
- pip install -e .
13
script:
0 commit comments