Commit 2261475d by MichaelRoytman Committed by GitHub

Merge pull request #3143 from edx/michael/dependencies

Michael/dependencies
parents 3d9445f6 c9ab8e12
...@@ -4,7 +4,7 @@ SHARD=0 ...@@ -4,7 +4,7 @@ SHARD=0
SHARDS=1 SHARDS=1
dockerfiles:=$(shell ls docker/build/*/Dockerfile) dockerfiles:=$(shell ls docker/build/*/Dockerfile)
images:=$(patsubst docker/build/%/Dockerfile,%,$(dockerfiles)) images:=$(shell git diff --name-only $(TRAVIS_COMMIT_RANGE) | python util/parsefiles.py)
docker_build=docker.build. docker_build=docker.build.
docker_test=docker.test. docker_test=docker.test.
......
...@@ -13,6 +13,8 @@ prettytable==0.7.2 ...@@ -13,6 +13,8 @@ prettytable==0.7.2
awscli==1.10.28 awscli==1.10.28
requests==2.9.1 requests==2.9.1
datadog==0.8.0 datadog==0.8.0
networkx==1.11
pathlib2==2.1.0
# Needed for the mongo_* modules (playbooks/library/mongo_*) # Needed for the mongo_* modules (playbooks/library/mongo_*)
pymongo==3.1 pymongo==3.1
......
roles_paths:
- playbooks/roles
aws_plays_paths:
- playbooks
- playbooks/edx-east
docker_plays_paths:
- docker/plays
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