This commit is contained in:
Simon Willison 2019-01-24 22:58:04 -08:00
commit 8af5dd5ffb

View file

@ -11,6 +11,8 @@ script:
- sudo apt-get update && sudo apt-get install sqlite3
- pip install -U pip wheel
- pip install .[test]
- echo "Here goes nothing..."
- sqlite-utils --help
- pytest
cache: