Add pymysql to travis setup
This commit is contained in:
parent
76effa4162
commit
f5a364b1c4
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- pip install psycopg2-binary
|
- pip install psycopg2-binary
|
||||||
- pip install mysqlclient
|
- pip install mysqlclient
|
||||||
|
- pip install PyMySQL
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue