compose/.travis.yml

12 lines
184 B
YAML
Raw Normal View History

2013-12-09 13:06:41 +01:00
language: python
python:
- '2.6'
- '2.7'
2014-02-18 17:21:30 +01:00
install:
- pip install .
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
2014-01-06 11:12:37 +01:00
script:
- flake8 fig
- nosetests tests/unit