Add pymysql to travis setup

This commit is contained in:
Griatch 2019-03-20 10:45:09 +01:00
parent 88c5e94d30
commit cf82c30653

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 .