Skip to content

Commit e4b4c7e

Browse files
author
mx
committed
wip(circleci)
1 parent 5df5ebf commit e4b4c7e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.circleci/config.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: 2
2-
build:
3-
working_directory: ~/circleci-demo-python
4-
docker:
5-
- image: circleci/python:3.6.4 # primary container for the build job
6-
steps:
7-
- checkout # checkout source code to working directory
8-
- run:
9-
command: | # use pipenv to install dependencies
10-
sudo pip install pipenv
11-
pipenv install
2+
jobs:
3+
build:
4+
working_directory: ~/circleci-demo-python
5+
docker:
6+
- image: circleci/python:3.6.4 # primary container for the build job
7+
steps:
8+
- checkout # checkout source code to working directory
9+
- run:
10+
command: | # use pipenv to install dependencies
11+
sudo pip install pipenv
12+
pipenv install

0 commit comments

Comments
 (0)