Skip to content

Commit

Permalink
fixed tox problem getting requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Apr 19, 2022
1 parent ef54d12 commit 469edc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include requirements.txt
include requirements.txt
include requirements/core.txt
include requirements/plotly.txt
include requirements/dev.txt
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ python =

[testenv]
deps =
-rrequirements.txt
-rtests/requirements.txt
-rrequirements/core.txt
-rrequirements/plotly.txt
-rrequirements/dev.txt
commands =
pip install requests
black --check --diff . --line-length 100
Expand Down

0 comments on commit 469edc0

Please sign in to comment.