mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Install test dependencies so deploy can work
python tests/fixtures.py needs asgiref or it fails with an error
This commit is contained in:
parent
ba8db9679f
commit
a5591236c4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- stage: deploy latest.datasette.io
|
||||
if: branch = master AND type = push
|
||||
script:
|
||||
- pip install .
|
||||
- pip install .[test]
|
||||
- npm install -g now
|
||||
- python tests/fixtures.py fixtures.db fixtures.json
|
||||
- export ALIAS=`echo $TRAVIS_COMMIT | cut -c 1-7`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue