monasca-common/.gitignore
Tomasz Trębski cabc2ddd5f Migrate to ostestr framework and PY3
Following commits does several things:

* migrates CI of monasca-common to ostestr
* enables PY35 compatybility

Also:

* marked one tests as excluded under PY35 because changing
it would require affecting embedded kafka library which
will be eventually removed in future

Change-Id: I432a466e2620bc8d305ef2630307b636461c8e81
2017-03-02 19:51:04 +01:00

22 lines
185 B
Plaintext
Executable File

*.cache
*.classpath
*.project
*.target/
*.settings/
.idea
target/
test-output/
test-config.yml
*.swp
*.iml
bin/
*.pyc
.tox
build
dist
*.egg-info
*.egg
cover/
.coverage
.testrepository/