install:
	pip install .

test:
	python -m pytest --pyargs altair_data_server
