test deploy trigger

This commit is contained in:
Freddy Tan 2016-11-19 19:00:35 +08:00
parent 486e5ad254
commit 2fc770faae
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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',