compose/.travis.yml

10 lines
117 B
YAML
Raw Normal View History

2013-12-09 13:06:41 +01:00
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: pip install nose==1.3.0
script: nosetests