Skip to content

Commit

Permalink
Configure tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Natim committed Nov 13, 2023
1 parent 4fb4edf commit 1e87250
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
.vscode*
Makefile.override
__pycache__
.tox/
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include *.md README.md CHANGELOG.md
include LICENSE
include dev-requirements.txt
20 changes: 10 additions & 10 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==23.10.0
flake8==6.1.0
isort==5.12.0
pytest==7.4.2
pytest-asyncio==0.21.1
pytest-cache==1.0
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-xdist==3.3.1
pre-commit==3.5.0
black
flake8
isort
pytest
pytest-asyncio
pytest-cache
pytest-cov
pytest-mock
pytest-xdist
pre-commit

0 comments on commit 1e87250

Please sign in to comment.