Skip to content

Commit 37afceb

Browse files
committed
setup docker environment for circleci CI/CD pipeline test
1 parent 66e1b04 commit 37afceb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
. venv/bin/activate
2525
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722 --exclude=venv* --statistics
2626
nosetests tests/
27+
- setup_remote_docker:
28+
version: 19.03.13
29+
docker_layer_caching: true
2730
- run:
2831
name: Build Docker image
2932
command: |

0 commit comments

Comments
 (0)