readthedocs.org/.travis.yml

10 lines
306 B
YAML
Raw Normal View History

2013-04-08 17:05:09 +00:00
language: python
python:
- "2.7"
install:
2013-11-06 17:28:33 +00:00
- pip install flake8
2014-02-11 06:41:12 +00:00
- pip install --allow-all-external --allow-unverified bzr --allow-unverified launchpadlib --allow-unverified lazr.authentication -r pip_requirements.txt
2013-04-08 17:05:09 +00:00
script:
2013-08-22 22:01:28 +00:00
#- flake8 `find . -iname "*.py" -not -ipath "*migration*"`
2013-04-12 00:05:13 +00:00
- ./runtests.sh