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
|
||||
script:
|
||||
- "export PATH=$PATH:$PWD/tf_bin"
|
||||
- cd test
|
||||
- py.test
|
||||
- py.test test
|
||||
|
||||
deploy:
|
||||
# test pypi
|
||||
|
|
6
setup.py
6
setup.py
|
@ -22,7 +22,7 @@ setup(
|
|||
name=module_name,
|
||||
version=get_version(),
|
||||
url='https://github.com/beelit94/python-terraform',
|
||||
license='BSD',
|
||||
license='MIT',
|
||||
author='Freddy Tan',
|
||||
author_email='beelit94@gmail.com',
|
||||
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 :: 2 - Pre-Alpha',
|
||||
# 'Development Status :: 3 - Alpha',
|
||||
# 'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Development Status :: 4 - Beta',
|
||||
# 'Development Status :: 5 - Production/Stable',
|
||||
# 'Development Status :: 6 - Mature',
|
||||
# 'Development Status :: 7 - Inactive',
|
||||
'Environment :: Console',
|
||||
|
|
Loading…
Reference in a new issue