Merge branch 'master' into yaml

This commit is contained in:
Radovan Bast 2016-03-19 17:50:55 +01:00
commit ae2863cf1b
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.cache/
venv/
*.pyc
__pycache__/

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pep8
pytest