megapy/.travis.yml

6 lines
134 B
YAML
Raw Normal View History

2013-05-17 23:55:10 +00:00
language: python
python:
- "2.6"
- "2.7"
install: pip install -r requirements.txt --use-mirrors
2013-05-18 00:23:25 +00:00
script: python tests/unit-tests.py