Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Run tests from setup.py (ie. python setup.py test)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckhart committed May 8, 2018
1 parent 48d5063 commit e451235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -2,3 +2,6 @@
[flake8]
ignore = E111,E114,E121
max-line-length = 160

[aliases]
test=pytest
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -18,4 +18,6 @@
packages=find_packages(),
install_requires=['PyYAML', 'attrs'],
scripts=['kubediff', 'compare-images'],
setup_requires=['pytest-runner',],
tests_require=['pytest',],
)

0 comments on commit e451235

Please sign in to comment.