megapy/.travis.yml

6 lines
151 B
YAML
Raw Normal View History

2013-05-17 23:55:10 +00:00
language: python
python:
- "2.7"
2019-10-16 20:20:22 +00:00
install: pip install -r requirements-dev.txt
script: python setup.py install && pytest tests/unit-tests.py -x -s -v