Skip to content

Commit db532b7

Browse files
committed
Update(docker-compose.yml): Remove container_name. Update(.travis-yml): Change pip requirements default settings
1 parent 9e051ba commit db532b7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ services:
1111
env:
1212
DOCKER_COMPOSE_VERSION: 1.10.0
1313

14-
before_install:
15-
14+
install: sudo pip install -r requirements.txt -t app/vendors
1615

1716
before_install:
1817
- sudo rm /usr/local/bin/docker-compose
@@ -21,5 +20,5 @@ before_install:
2120
- sudo mv docker-compose /usr/local/bin
2221
- docker-compose up -d
2322

24-
script: docker-compose exec pf_web tools/all_tests
23+
script: docker-compose exec web tools/all_tests
2524

docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44

55
web:
66
build: .
7-
container_name: pf_web
87
ports:
98
- "8000:8000"
109
- "8001:8001"

0 commit comments

Comments
 (0)