cliff/.travis.yml

6 lines
107 B
YAML

language: python
python:
- 2.7
- 3.2
install: pip install -r test-requirements.txt
script: nosetests -d