mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Add pymysql to travis setup
This commit is contained in:
parent
88c5e94d30
commit
cf82c30653
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ before_install:
|
|||
install:
|
||||
- pip install psycopg2-binary
|
||||
- pip install mysqlclient
|
||||
- pip install PyMySQL
|
||||
- pip install coveralls
|
||||
- pip install -e .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue