Skip to content

Commit

Permalink
WIP: testing molecule PRs
Browse files Browse the repository at this point in the history
Depends-On: ansible/molecule#2357
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
  • Loading branch information
pabelanger committed Oct 10, 2019
1 parent e57ec3a commit e6e4fe8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
@@ -0,0 +1,9 @@
[metadata]
name = ids_config
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
21 changes: 21 additions & 0 deletions setup.py
@@ -0,0 +1,21 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import setuptools

setuptools.setup(
setup_requires=['pbr>=1.3'],
pbr=True)
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -6,6 +6,7 @@ skipsdist = True
[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install {opts} {packages}

[testenv:linters]
commands =
Expand Down

0 comments on commit e6e4fe8

Please sign in to comment.