poezio/.travis.yml
2014-10-28 17:05:15 +01:00

7 lines
141 B
YAML

language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
- python setup.py -q build install
script: make test