88b5bd5490
Add src/README.md placeholder to prevent inheritence of the lower layer readme file in the built charm. Add src/tox.ini and test-requirements for Amulet prep. Update metadata.yaml for series. Update tox.ini to minimize and clarify pep8 ignores. Resolve flake8/pbr test-requirements version range conflict. Remove legacy lint and test targets from Makefile, ensuring these tests will execute via tox. Trusty test runners have no py35 interpreter, and would have failed in running both py34 and py35 in succession as it was defined. Update src/layer.yaml repo value to point to official location and remove unnecessary options. Change-Id: Ia663fda7761dca6dc08583314f00beedf1db60cc
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
# Lint and unit test requirements
|
|
flake8
|
|
os-testr>=0.4.1
|
|
charms.reactive
|
|
mock>=1.2
|
|
coverage>=3.6
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms-openstack
|