1
0
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:
Ivan Mikushin
2015-05-06 18:23:16 +05:00
parent 028b274dcd
commit ece34c7a3d
6 changed files with 37 additions and 0 deletions

View 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(),
)