monasca-common/.gitignore
Tomasz Trębski 5df56cb4b6 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

(cherry-picked from commit cabc2ddd5f239e5f44e090d35aaac0770e5849ba)

Change-Id: I432a466e2620bc8d305ef2630307b636461c8e81
2017-03-07 06:50:48 +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/