Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit ccb2168

Browse files
committed
ci: install pypandoc in ci and as tox dependency
1 parent d3cf8d4 commit ccb2168

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pipeline:
1818
image: python:${PYTHON_VERSION}
1919
commands:
2020
- apt update -y && apt install -y pandoc
21-
- pip install tox
21+
- pip install pypandoc tox
2222
- tox

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ python:
1111
- "3.6"
1212
sudo: false
1313

14-
install: pip install tox
14+
install: pip install pypandoc tox
1515
script: tox

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ skip_missing_interpreters=True
44

55
[testenv]
66
deps =
7+
pypandoc
78
pytest
89
pytest-cov
910
requests_mock

0 commit comments

Comments
 (0)