Commit a54ce405 authored by Peter Parente's avatar Peter Parente

Unify docs, test dev env

parent 73dc38ef
......@@ -54,10 +54,10 @@ dev/%: PORT?=8888
dev/%: ## run a foreground container for a stack
docker run -it --rm -p $(PORT):8888 $(DARGS) $(OWNER)/$(notdir $@) $(ARGS)
test-reqs: # install libraries required to run the integration tests
pip install -r requirements-test.txt
dev-env: # install libraries required to build docs and run tests
conda env create -f environment.yml
test/%:
test/%: ## run tests against a stack
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test
test/base-notebook: ## test supported options in the base notebook
......
name: docker-stacks
channels:
- conda-forge
dependencies:
- python=3.6
- pytest
- requests
- sphinx>=1.6
- sphinx_rtd_theme
- pip:
- docker
- jupyter_alabaster_theme
- recommonmark==0.4.0
\ No newline at end of file
conda:
file: environment.yml
python:
version: 3
\ No newline at end of file
docker
pytest
requests
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment