Skip to content

Commit 6f5282d

Browse files
committed
Remove bandoleers and waiting for consul
1 parent 32c46cd commit 6f5282d

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ stages:
2121
install:
2222
- pip install awscli
2323
- pip install -r requires/testing.txt
24-
- pip uninstall -y consulate
2524
- python setup.py develop
2625

2726
before_script:

bootstrap

-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ docker-compose ${COMPOSE_ARGS} down --volumes --remove-orphans
7474
docker-compose ${COMPOSE_ARGS} pull
7575
docker-compose ${COMPOSE_ARGS} up -d
7676

77-
# Wait for Consul
78-
CONSUL_PORT=$(get_exposed_port consul 8500)
79-
report_start $(get_container consul)
80-
wait-for -s 2 "http://${DOCKER_IP}:${CONSUL_PORT}/v1/status/leader"
81-
report_done
82-
8377
cat > build/test-environment<<EOF
8478
export ASYNC_TEST_TIMEOUT=20
8579
export DOCKER_COMPOSE_PREFIX=${DOCKER_COMPOSE_PREFIX}

requires/testing.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-r installation.txt
22
-r optional.txt
3-
bandoleers
43
coverage
54
flake8
65
httmock

0 commit comments

Comments
 (0)