Skip to content

Commit

Permalink
Merge pull request #523 from voxpupuli/requirements
Browse files Browse the repository at this point in the history
bundle requirements.txt for tests and docker
  • Loading branch information
bastelfreak committed Sep 22, 2019
2 parents 6e25e34 + 4eab8ed commit b48eca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -54,6 +54,8 @@ def run_tests(self):
install_requires=requirements,
tests_require=requirements_test,
extras_require={'test': requirements_test},
data_files=[('requirements_for_tests', ['requirements-test.txt']),
('requirements_for_docker', ['requirements-docker.txt'])],
keywords="puppet puppetdb puppetboard",
cmdclass={'test': PyTest},
classifiers=[
Expand Down

0 comments on commit b48eca8

Please sign in to comment.