diff --git a/Dockerfile b/Dockerfile index 5b507255..8ccea764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV PATH="/root/.poetry/bin:$PATH" \ NORNIR_TESTS=1 RUN apt-get update \ - && apt-get install -yq curl git pandoc \ + && apt-get install -yq curl git pandoc make \ && curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python \ && poetry config virtualenvs.create false @@ -23,4 +23,4 @@ COPY . . # Install the project as a package RUN poetry install --no-interaction -CMD ["/bin/bash"] \ No newline at end of file +CMD ["/bin/bash"] diff --git a/README.md b/README.md index f4fd3e14..9ef9e377 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/nornir-automation/nornir.svg?branch=develop)](https://travis-ci.org/nornir-automation/nornir) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Coverage Status](https://coveralls.io/repos/github/nornir-automation/nornir/badge.svg?branch=develop)](https://coveralls.io/github/nornir-automation/nornir?branch=develop) +![Build Status](https://github.com/nornir-automation/nornir/workflows/test%20nornir/badge.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Coverage Status](https://coveralls.io/repos/github/nornir-automation/nornir/badge.svg?branch=develop)](https://coveralls.io/github/nornir-automation/nornir?branch=develop) Nornir diff --git a/pyproject.toml b/pyproject.toml index 3912f676..591c62de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "nornir" -version = "3.0.0b0" +version = "3.0.0a0" description = "Pluggable multi-threaded framework with inventory management to help operate collections of devices" authors = ["David Barroso "] readme = "README.md"