mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
py.test module: integration
This commit is contained in:
11
tests/integration/setup.py
Normal file
11
tests/integration/setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='RancherOSIntegrationTests',
|
||||
version='0.1',
|
||||
packages=[
|
||||
'rancherostest'
|
||||
],
|
||||
license='ASL 2.0',
|
||||
long_description=open('README.txt').read(),
|
||||
)
|
Reference in New Issue
Block a user