fixing circle-ci

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