Skip to content

Commit 686d87b

Browse files
author
Arvid Paeglit
committed
dummy comment cleaning
1 parent 64cd703 commit 686d87b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ version: 2.1
22

33
jobs:
44
build:
5-
# directory where steps are run
65
working_directory: ~/cli-project
7-
docker: # run the steps with Docker
6+
docker:
87
- image: circleci/python:3.8
9-
# environment: # environment variables for primary container
10-
# PIPENV_VENV_IN_PROJECT: true
118
steps:
129
- checkout
1310
- run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
1411
- run: poetry install && poetry build
15-
#poetry env info --path
1612
- run: poetry run pytest --maxfail=1 tests

0 commit comments

Comments
 (0)