Skip to content

Commit

Permalink
Testing other circle ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krolken committed May 24, 2019
1 parent d03d58b commit a67325d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

jobs:
build:
working_directory: ~/iec62056_21
working_directory: ~/work_dir
docker:
- image: circleci/python:3.6.8 # every job must define an image for the docker executor and subsequent jobs may define a different image.
steps:
Expand All @@ -16,7 +16,7 @@ jobs:
- run:
command: |
. venv/bin/activate
pytest -v --cov=iec62056_21
python -m pytest -v --cov=iec62056_21
coveralls

0 comments on commit a67325d

Please sign in to comment.