readthedocs.org/.travis.yml

10 lines
191 B
YAML

language: python
python:
- "2.7"
install:
- pip install flake8
- pip install -r pip_requirements.txt
script:
#- flake8 `find . -iname "*.py" -not -ipath "*migration*"`
- ./runtests.sh