385f274a8f
Add add the first unit test for fm-rest-api/fm/fm/common/timeutils. Add tox task for py27/35 as zuul checking and gating jobs. Story: 2007082 Task: 38077 Change-Id: I2f259dcf2178f42546966063c0d724bc17e2a804 Signed-off-by: chenyan <yan.chen@intel.com>
36 lines
336 B
Plaintext
36 lines
336 B
Plaintext
*.a
|
|
*.egg
|
|
*.egg-info
|
|
*.o
|
|
*.py[co]
|
|
*.pyc
|
|
*.so
|
|
*.sqlite
|
|
.*.swp
|
|
.coverage
|
|
.eggs
|
|
.installed.cfg
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
ChangeLog
|
|
_build
|
|
build
|
|
cover
|
|
develop-eggs
|
|
dist
|
|
eggs
|
|
sdist
|
|
.stestr
|
|
.ipynb_checkpoints
|
|
|
|
# Sphinx documentation
|
|
doc/build
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|
|
|
|
# Api Ref documentation
|
|
api-ref/build/
|