Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 12, 2019
1 parent aae24e7 commit f070dd9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poet

ADD poetry.lock /tmp
ADD pyproject.toml /tmp
RUN cd /tmp && /root/.poetry/bin/poetry update --no-dev
RUN cd /tmp && /root/.poetry/bin/poetry install

ADD docs/requirements.txt /tmp/requirements-docs.txt
RUN pip install -r /tmp/requirements-docs.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enter-container:
.PHONY: pytest
pytest:
${DOCKER_COMPOSE} \
run nornir py.test --cov=nornir --cov-report=term-missing -vs ${ARGS}
run nornir pytest --cov=nornir --cov-report=term-missing -vs ${ARGS}

.PHONY: black
black:
Expand Down
43 changes: 29 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f070dd9

Please sign in to comment.