Skip to content

Commit

Permalink
fixing tox docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 8, 2021
1 parent b011189 commit 7dbe077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prior to permanently splitting into Tackle Box.
- Added web, copy, move, dicts, lists operators

### 2.0.0.1 (2020-07-28)
- Added special variable `calling_directory` to preserve path regardless of context changing in remote nukikata calls.
- Added special variable `calling_directory` to preserve path regardless of context changing in remote tackle calls.
- Fixing listdir and list operators

### 2.0.0.0 (2020-07-27)
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ watchdog>=0.10.2
sphinx-rtd-theme>=0.4.3
sphinx-click>=2.3.2
recommonmark>=0.6.0
shpinx-pydantic
sphinx-pydantic
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ passenv =
HOME
commands =
pip install -e .
pytest --cov=nukikata --cov-report=term --cov-report=html --cov-report=xml
pytest --cov=tackle --cov-report=term --cov-report=html --cov-report=xml
deps = -rtest_requirements.txt
skip_install = true

Expand All @@ -61,5 +61,6 @@ commands =
pip install -r docs/requirements.txt
make docs
whitelist_externals = make
deps = -rtest_requirements.txt
deps = -rdocs/requirements.txt

skip_install = true

0 comments on commit 7dbe077

Please sign in to comment.