test deploy trigger
This commit is contained in:
parent
486e5ad254
commit
2fc770faae
2 changed files with 4 additions and 5 deletions
|
@ -21,8 +21,7 @@ install:
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- "export PATH=$PATH:$PWD/tf_bin"
|
- "export PATH=$PATH:$PWD/tf_bin"
|
||||||
- cd test
|
- py.test test
|
||||||
- py.test
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
# test pypi
|
# test pypi
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -22,7 +22,7 @@ setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version=get_version(),
|
version=get_version(),
|
||||||
url='https://github.com/beelit94/python-terraform',
|
url='https://github.com/beelit94/python-terraform',
|
||||||
license='BSD',
|
license='MIT',
|
||||||
author='Freddy Tan',
|
author='Freddy Tan',
|
||||||
author_email='beelit94@gmail.com',
|
author_email='beelit94@gmail.com',
|
||||||
description='This is a python module provide a wrapper of terraform command line tool',
|
description='This is a python module provide a wrapper of terraform command line tool',
|
||||||
|
@ -38,8 +38,8 @@ setup(
|
||||||
# 'Development Status :: 1 - Planning',
|
# 'Development Status :: 1 - Planning',
|
||||||
# 'Development Status :: 2 - Pre-Alpha',
|
# 'Development Status :: 2 - Pre-Alpha',
|
||||||
# 'Development Status :: 3 - Alpha',
|
# 'Development Status :: 3 - Alpha',
|
||||||
# 'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Development Status :: 5 - Production/Stable',
|
# 'Development Status :: 5 - Production/Stable',
|
||||||
# 'Development Status :: 6 - Mature',
|
# 'Development Status :: 6 - Mature',
|
||||||
# 'Development Status :: 7 - Inactive',
|
# 'Development Status :: 7 - Inactive',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in a new issue