poezio/.travis.yml

8 lines
130 B
YAML
Raw Normal View History

2014-10-28 16:05:15 +00:00
language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
2014-10-28 21:12:18 +00:00
- python setup.py build
2014-10-28 16:05:15 +00:00
script: make test