From 4855ad3651363c61c84c162a2e5be7d88b58094d Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 11 Aug 2015 11:16:21 +0200 Subject: [PATCH] Clean up setup.py --- setup.py | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 76ef6201..48e45180 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,8 @@ import codecs import os import re -import sys from setuptools import setup, find_packages -from setuptools.command.test import test as TestCommand NAME = "attrs" diff --git a/tox.ini b/tox.ini index 30793e72..ef3fc24c 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ commands = basepython = python2.7 deps = flake8 -commands = flake8 attr tests +commands = flake8 attr tests setup.py [testenv:docs]