From ca969e4d5803a3902fb021aa6e3fd65e490f25f5 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Tue, 3 May 2016 19:54:56 +0430 Subject: [PATCH] instruct nose to test dnstracerotue.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c271f1..7c7df19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python python: "3.4" install: pip install --process-dependency-links dnsdiag -script: nosetests +script: nosetests dnstraceroute.py