Skip to content
Snippets Groups Projects
Commit 7ca11d77 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Add the fake s3 container

parent 987f57d6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,6 +10,7 @@ python:
- 3.6
before_install:
- docker run -d --name=dynalite -p 8000:8000 rajatvig/dynalite-alpine:latest
- docker run -d --name=s3 -p 4567:4567 verespej/fake-s3:latest
install:
- pip install -r requires/testing.txt
script: nosetests
Loading
Loading
@@ -29,5 +30,5 @@ cache:
directories:
- $HOME/.pip-cache/
after_script:
- docker stop dynalite
- docker rm dynalite
- docker stop dynalite s3
- docker rm dynalite s3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment