Add pymysql to travis setup

This commit is contained in:
Griatch 2019-03-20 10:45:09 +01:00
parent 76effa4162
commit f5a364b1c4

View file

@ -27,6 +27,7 @@ before_install:
install:
- pip install psycopg2-binary
- pip install mysqlclient
- pip install PyMySQL
- pip install coveralls
- pip install -e .