Fixed MariaDB install steps in travis
This commit is contained in:
parent
81aaf33851
commit
9448bea870
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ install:
|
|||
- sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main'
|
||||
- sudo apt-get update
|
||||
- sudo apt-get purge -y mysql-common
|
||||
- sudo apt-get install mariadb-server
|
||||
- sudo apt-get install mariadb-server mariadb-common
|
||||
|
||||
- CFLAGS=-O0 pip install -r requirements.txt
|
||||
- pip install --editable .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue