Flask extension to help register functions to run at the end of the current request.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
216 B

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
sudo: false
install:
- pip install flake8 Flask
script:
- flake8 --max-line-length=120 flask_defer.py && python test_flask_defer.py