kopia lustrzana https://github.com/simonw/datasette
Install test dependencies so deploy can work
python tests/fixtures.py needs asgiref or it fails with an errorpull/524/head
rodzic
ba8db9679f
commit
a5591236c4
|
@ -23,7 +23,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`
|
||||||
|
|
Ładowanie…
Reference in New Issue