Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Nov 28, 2024
1 parent cc5c89a commit 9a12768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author = Bruno Renié
description = A simple yet powerful CloudStack API client for Python and the command-line.
long_description = file: README.rst
license = BSD
license_file = LICENSE
license_files = LICENSE
classifiers =
Intended Audience :: Developers
Intended Audience :: System Administrators
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deps=
flake8-import-order
commands =
pip install pytest pytest-cache pytest-cov
python setup.py test
pip wheel --no-deps -w dist .
test: pytest -v
check-manifest
lint: flake8 cs tests.py

0 comments on commit 9a12768

Please sign in to comment.