Travis ci integration (#267)

* Initial travis-ci integration

* Format code base to PEP8
This commit is contained in:
Mike Terzo
2016-07-13 20:59:07 -04:00
committed by Corey Hammerton
parent 0ac64530bf
commit faac5fa1bc
13 changed files with 211 additions and 120 deletions

7
.gitignore vendored
View File

@@ -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