Travis ci integration (#267)
* Initial travis-ci integration * Format code base to PEP8
This commit is contained in:
committed by
Corey Hammerton
parent
0ac64530bf
commit
faac5fa1bc
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,5 +1,8 @@
|
||||
*.py[cod]
|
||||
|
||||
# Editor tmp files
|
||||
.*.sw*
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
@@ -22,6 +25,7 @@ lib64
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.cache
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
@@ -36,3 +40,6 @@ nosetests.xml
|
||||
|
||||
# PuppetDB Settings
|
||||
/settings.py
|
||||
|
||||
# Virtual Environment
|
||||
venv
|
||||
|
||||
Reference in New Issue
Block a user