twik/.travis.yml

7 lines
97 B
YAML

language: python
python:
- "2.7"
- "pypy"
install: python setup.py install
script: nosetests