Skip to content

Commit

Permalink
Remove bandoleers and waiting for consul
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Feb 26, 2018
1 parent 32c46cd commit 6f5282d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ stages:
install:
- pip install awscli
- pip install -r requires/testing.txt
- pip uninstall -y consulate
- python setup.py develop

before_script:
Expand Down
6 changes: 0 additions & 6 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ docker-compose ${COMPOSE_ARGS} down --volumes --remove-orphans
docker-compose ${COMPOSE_ARGS} pull
docker-compose ${COMPOSE_ARGS} up -d

# Wait for Consul
CONSUL_PORT=$(get_exposed_port consul 8500)
report_start $(get_container consul)
wait-for -s 2 "http://${DOCKER_IP}:${CONSUL_PORT}/v1/status/leader"
report_done

cat > build/test-environment<<EOF
export ASYNC_TEST_TIMEOUT=20
export DOCKER_COMPOSE_PREFIX=${DOCKER_COMPOSE_PREFIX}
Expand Down
1 change: 0 additions & 1 deletion requires/testing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-r installation.txt
-r optional.txt
bandoleers
coverage
flake8
httmock
Expand Down

0 comments on commit 6f5282d

Please sign in to comment.