diff --git a/.travis.yml b/.travis.yml index ed60b4f..ab8a7e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python python: "3.3" install: pip install dnsdiag -script: +script: nosetests +