Skip to content

Commit

Permalink
Simplifies CI job by not having a separate build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanse00 committed Sep 17, 2018
1 parent 721dbf4 commit ad0c152
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,7 @@ jobs:

steps:
- checkout
- run: pip install pipenv
- run: pipenv install --dev
- persist_to_workspace:
root: .
paths: '*'
test:
working_directory: ~/lectocal
docker:
- image: circleci/python:3.7.0

steps:
- attach_workspace:
at: ~/lectocal
- run: pipenv run coverage run --branch --source lectocal -m unittest -v
- run: pipenv run coverage report
- run: pipenv run coveralls
workflows:
version: 2
build_and_test:
jobs:
- build
- test:
requires:
- build

0 comments on commit ad0c152

Please sign in to comment.