Further fixes to travis build

This commit is contained in:
Griatch 2019-03-21 16:41:30 +01:00
parent 38258838ea
commit b281799803

View file

@ -25,8 +25,8 @@ before_install:
- mysql -u root -e "GRANT ALL ON *.* TO 'evennia'@'localhost' IDENTIFIED BY 'password';" - mysql -u root -e "GRANT ALL ON *.* TO 'evennia'@'localhost' IDENTIFIED BY 'password';"
install: install:
- if [[ $TESTING_DB == postgresql ]]; then pip install psycopg2-binary fi - pip install psycopg2-binary
- if [[ $TESTING_DB == mysql ]]; then pip install mysqlclient fi - pip install mysqlclient
- pip install coveralls - pip install coveralls
- pip install -e . - pip install -e .