Further fixes to travis build
This commit is contained in:
parent
38258838ea
commit
b281799803
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