Fix matrix usage to have always a PYTHON_IMPL *and* a BACKEND available
parent
12203b9c52
commit
2117291197
|
|
@ -6,9 +6,8 @@ python:
|
|||
|
||||
env:
|
||||
matrix:
|
||||
- PYTHON_IMPL=cPython
|
||||
- BACKEND=hsqldb
|
||||
- BACKEND=sqlitejdbc
|
||||
- PYTHON_IMPL=cPython BACKEND=hsqldb
|
||||
- PYTHON_IMPL=cPython BACKEND=sqlitejdbc
|
||||
|
||||
matrix:
|
||||
# exclude:
|
||||
|
|
|
|||
Loading…
Reference in New Issue