6 lines
79 B
YAML
6 lines
79 B
YAML
language: python
|
|
python: "3.3"
|
|
install: pip install dnsdiag
|
|
script: nosetests
|
|
|