fixing circle-ci
This commit is contained in:
+11
-10
@@ -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
|
||||
Reference in New Issue
Block a user