From 996b6b80df0ed5bb80c62aa513532935dbc16a71 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Jun 2016 23:14:43 +0530 Subject: [PATCH] Unused code --- setup/test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/test.py b/setup/test.py index e0a829939f..56ade73453 100644 --- a/setup/test.py +++ b/setup/test.py @@ -4,10 +4,9 @@ from __future__ import (unicode_literals, division, absolute_import, print_function) -import unittest, os +import unittest from setup import Command -is_travis = os.environ.get('TRAVIS') == 'true' TEST_MODULES = frozenset('srv db polish opf css docx cfi matcher icu smartypants build'.split())