Skip to content

Commit

Permalink
Enable MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 12, 2017
1 parent c6c2794 commit f486a3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,13 +3,15 @@ python:
- "2.7"
env:
- TEST_DB=SQLite
- TEST_DB=MariaDB
- TEST_DB=MySQL
- TEST_DB=Postgres
services:
- mysql
- postgresql
addons:
- postgresql: '9.5'
- mariadb: '10.1'
before_install:
- mysql -e 'SELECT VERSION();'
- mysql -e 'CREATE DATABASE nitrate_travis;'
Expand Down

0 comments on commit f486a3d

Please sign in to comment.