fixing circle-ci
This commit is contained in:
@@ -1,10 +1,17 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
jobs:
|
workflows:
|
||||||
build-docs:
|
main:
|
||||||
|
jobs:
|
||||||
|
- unit-tests
|
||||||
|
- build-docs:
|
||||||
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-docs:
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user