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
51c39ac398
commit
e3dac311ad
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- stage: deploy latest.datasette.io
|
- stage: deploy latest.datasette.io
|
||||||
if: branch = master AND type = push
|
if: branch = master AND type = push
|
||||||
script:
|
script:
|
||||||
- pip install .
|
- pip install .[test]
|
||||||
- npm install -g now
|
- npm install -g now
|
||||||
- python tests/fixtures.py fixtures.db fixtures.json
|
- python tests/fixtures.py fixtures.db fixtures.json
|
||||||
- export ALIAS=`echo $TRAVIS_COMMIT | cut -c 1-7`
|
- export ALIAS=`echo $TRAVIS_COMMIT | cut -c 1-7`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue