moto/.travis.yml
2013-02-28 22:32:52 -05:00

8 lines
123 B
YAML

language: python
python:
- 2.6
- 2.7
script: make travis
install:
- pip install .
- pip install -r requirements.txt