Add the rest of the cookiecutter-generated files for testing

Add the rest of the files generated by cookiecutter to the
repository with a view towards getting pep8 & docs in the gate
and also eventual testing of the python code.

Change-Id: Iaabb0a5201ecdbfc3d2c126633f65cb3f70b0fd9
This commit is contained in:
stephane
2015-06-23 17:30:39 -07:00
parent 9f9b6c17f7
commit ae4597a239
6 changed files with 78 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = docs,pep8
envlist = py34,py26,py27,docs,pep8
skipsdist = True
[testenv]