Skip to content

Commit

Permalink
Added test dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 18, 2020
1 parent 4fe7dca commit e6ac3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- "3.8"

before_script:
- pip install -U datasette pip wheel pytest
- pip install -e .[test]

script:
- pytest
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ def get_long_description():
py_modules=["datasette_render_images"],
entry_points={"datasette": ["render_images = datasette_render_images"]},
install_requires=["datasette"],
extras_require={"test": ["pytest"]},
tests_require=["datasette-auth-tokens[test]"],
)

0 comments on commit e6ac3e7

Please sign in to comment.