nsupdate.info/.travis.yml
2013-11-19 06:09:20 +01:00

9 lines
111 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "pypy"
install:
- "pip install ."
script: "py.test"