Commit f1400f66 authored by Peter Parente's avatar Peter Parente

Stick with pip for travis testing

parent a319f52e
......@@ -55,7 +55,7 @@ dev/%: ## run a foreground container for a stack
docker run -it --rm -p $(PORT):8888 $(DARGS) $(OWNER)/$(notdir $@) $(ARGS)
dev-env: ## install libraries required to build docs and run tests
conda env create -f environment.yml
pip install -r requirements-dev.txt
docs: ## build HTML documentation
make -C docs html
......
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
docker
jupyter_alabaster_theme
pytest
recommonmark==0.4.0
requests
sphinx>=1.6
sphinx_rtd_theme
\ 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