fixing circle-ci

This commit is contained in:
klemek
2020-04-27 16:33:16 +02:00
parent 1c44357bad
commit 19cfa1fb2f
+10 -9
View File
@@ -1,10 +1,17 @@
version: 2.1 version: 2.1
workflows:
main:
jobs:
- unit-tests
- build-docs:
filters:
branches:
only:
- master
jobs: jobs:
build-docs: build-docs:
branches:
only:
- master
docker: docker:
- image: circleci/python:latest - image: circleci/python:latest
steps: steps:
@@ -32,9 +39,3 @@ jobs:
sudo pip install pytest sudo pip install pytest
python -m pytest ./tests/unit python -m pytest ./tests/unit
name: Unit tests name: Unit tests
workflows:
main:
jobs:
- unit-tests
- build-docs