mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Further fixes to travis build
This commit is contained in:
parent
84ed80f5fa
commit
f2b97bffcf
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ before_install:
|
|||
- mysql -u root -e "GRANT ALL ON *.* TO 'evennia'@'localhost' IDENTIFIED BY 'password';"
|
||||
|
||||
install:
|
||||
- if [[ $TESTING_DB == postgresql ]]; then pip install psycopg2-binary fi
|
||||
- if [[ $TESTING_DB == mysql ]]; then pip install mysqlclient fi
|
||||
- pip install psycopg2-binary
|
||||
- pip install mysqlclient
|
||||
- pip install coveralls
|
||||
- pip install -e .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue