Fix matrix usage to have always a PYTHON_IMPL *and* a BACKEND available

master
baztian 2014-02-10 18:31:58 +01:00
parent 12203b9c52
commit 2117291197
1 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@ python:
env: env:
matrix: matrix:
- PYTHON_IMPL=cPython - PYTHON_IMPL=cPython BACKEND=hsqldb
- BACKEND=hsqldb - PYTHON_IMPL=cPython BACKEND=sqlitejdbc
- BACKEND=sqlitejdbc
matrix: matrix:
# exclude: # exclude: