megapy/.travis.yml

5 lines
110 B
YAML
Raw Normal View History

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