mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Travis tests were failing because on OS X the command was this: sqlite-utils table_names blah.db But in Travis CI the command was this: sqlite-utils table-names blah.db Renaming it to tables fixes this inconsistency. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_black.py | ||
| test_cli.py | ||
| test_create.py | ||
| test_enable_fts.py | ||
| test_introspect.py | ||