We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae81132 commit ea09f5fCopy full SHA for ea09f5f
.circleci/config.yml
@@ -105,6 +105,8 @@ docs: &docs
105
- run:
106
name: run tox
107
command: python -m tox run -r
108
+ - store_artifacts:
109
+ path: /home/circleci/repo/docs/_build
110
- save_cache:
111
paths:
112
- .tox
pyproject.toml
@@ -7,6 +7,7 @@ combine_as_imports = true
7
extra_standard_library = "pytest"
8
force_grid_wrap = 1
9
force_sort_within_sections = true
10
+force_to_top = "pytest"
11
honor_noqa = true
12
known_first_party = "<MODULE_NAME>"
13
known_third_party = "hypothesis"
0 commit comments