Create working demo (#5)
* Add docs example and update demo source code * Fail with debug * Fix tests * Update sql scripts * Update docs * Add checking for the password * Update documentation with launch/usage example * Launch flake8 instead of pep8 and pyflakes
This commit is contained in:
committed by
Andrew Svetlov
parent
fec22f971c
commit
820dcc8d93
@@ -9,8 +9,7 @@ install:
|
||||
- pip install coveralls
|
||||
|
||||
script:
|
||||
- pyflakes aiohttp_security tests
|
||||
- pep8 aiohttp_security tests
|
||||
- flake8 aiohttp_security tests
|
||||
- coverage run --source=aiohttp_security setup.py test
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user