poezio/.travis.yml
mathieui 70befec8ca
Add some tests
- also fix that travis build
2014-10-29 03:07:40 +01:00

7 lines
144 B
YAML

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