12 lines
175 B
YAML
Raw Normal View History

2013-12-18 04:21:34 +01:00
---
language: python
python:
- '3.3'
- '2.7'
- '2.6'
2014-01-25 22:13:52 +01:00
install:
- pip install flake8
2013-12-18 04:21:34 +01:00
script:
2014-01-25 21:45:30 +01:00
- flake8 --ignore=E501,E123,E124,E126,E127,E128 dataset test
2014-01-25 22:13:52 +01:00
- python setup.py test