Clean up setup.py

This commit is contained in:
Hynek Schlawack 2015-08-11 11:16:21 +02:00
parent e183eaa122
commit 4855ad3651
2 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,8 @@
import codecs import codecs
import os import os
import re import re
import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
NAME = "attrs" NAME = "attrs"

View File

@ -16,7 +16,7 @@ commands =
basepython = python2.7 basepython = python2.7
deps = deps =
flake8 flake8
commands = flake8 attr tests commands = flake8 attr tests setup.py
[testenv:docs] [testenv:docs]