Install test dependencies so deploy can work

python tests/fixtures.py needs asgiref or it fails with an error
This commit is contained in:
Simon Willison 2019-06-23 20:23:07 -07:00 committed by GitHub
commit a5591236c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`