Juju Charm - Tempest
Go to file
Vu Cong Tuan 0cdf9a74d2 Add py36 testenv
Python 3.6 is installed by default in Ubuntu 18.04 LTS.
Therefore, according to Transition Plan [1],
it'll be handy to have py36 testenv.

For more details, please check Python2 Deprecation Timeline [2]
and Python3-first Goal - Completion Criteria [3].

[1] https://wiki.ubuntu.com/Python/Python36Transition
[2] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
[3] https://review.openstack.org/#/c/575933/8/goals/stein/python3-first.rst@42

Change-Id: I5d492f06759a1456c40bf19cb71253b70e6ad306
2018-06-27 11:24:36 +07:00
src Enable Bionic as a gate test 2018-05-25 14:08:06 -07:00
unit_tests Use charms.openstack charmhelpers test_mocks 2017-05-25 10:56:42 +01:00
.gitignore Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
.gitreview Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
.testr.conf Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
README.md Refactor to source charm 2016-06-15 17:27:33 +00:00
copyright Refactor to source charm 2016-06-15 17:27:33 +00:00
rebuild Rebuild charm to pick up latest layer-openstack/fix venv action bug 2018-05-25 12:59:47 +01:00
requirements.txt Add Amulet Tests 2016-09-30 09:36:22 +00:00
test-requirements.txt Add unit tests 2016-12-07 13:06:28 +00:00
tox.ini Add py36 testenv 2018-06-27 11:24:36 +07:00

README.md

Overview

This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.

Test and Build

tox -e pep8
tox -e py34  # or py27 or py35
tox -e build

Contact Information

Freenode IRC: #openstack-charms