From 6b57097334dfc082ffcdfe90ee676387e3ff114a Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 7 Jun 2014 02:56:37 +0530 Subject: [PATCH] Avoid import pygtk etc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0a3eb3..2e5edc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - pip install requests - pip install nose # command to run tests, e.g. python setup.py test -script: nosetests \ No newline at end of file +script: nosetests --exclude=hackertray \ No newline at end of file