
Add an initial unit test framework and one unit test. This way we can ask people to add unit tests when they contribute code. Change-Id: If52976e1992945a8e38af3cbad5b5f4389922d4c
10 lines
132 B
YAML
10 lines
132 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- tox-pep8
|
|
- tox-py27
|
|
gate:
|
|
jobs:
|
|
- tox-pep8
|
|
- tox-py27
|