Skip to content

Commit fa29da5

Browse files
Initial circleci config (#2)
1 parent f31fe52 commit fa29da5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/python:3.8.11
6+
working_directory: ~/wayscript-python
7+
steps:
8+
- checkout
9+
- run:
10+
name: test
11+
command: docker-compose run --rm app test

0 commit comments

Comments
 (0)