Skip to content

Commit

Permalink
Install test dependencies so deploy can work
Browse files Browse the repository at this point in the history
python tests/fixtures.py needs asgiref or it fails with an error
  • Loading branch information
simonw authored Jun 24, 2019
1 parent ba8db96 commit a559123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

1 comment on commit a559123

@simonw
Copy link
Owner Author

@simonw simonw commented on a559123 Jun 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixed the deploy for #272

Please sign in to comment.