We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eda02d + 62e9976 commit 17d4695Copy full SHA for 17d4695
.circleci/config.yml
@@ -1,5 +1,8 @@
1
version: 2.1
2
3
+orbs:
4
+ node: circleci/[email protected]
5
+
6
commands:
7
run-tox:
8
description: "Run tox"
setup.py
@@ -120,6 +120,7 @@ def run(self):
120
install_requires=[
121
'sphinx>=1.6',
122
'docutils<0.18',
123
+ 'Jinja2<3.1',
124
],
125
tests_require=[
126
'pytest',
0 commit comments