Merge pull request #629 from kracekumar/patch-1

Sys imported twice.
This commit is contained in:
Benoit Chesneau 2013-10-15 05:08:29 -07:00
commit 00dd0108a8

View File

@ -55,7 +55,7 @@ class PyTest(Command):
pass
def run(self):
import sys,subprocess
import subprocess
basecmd = [sys.executable, '-m', 'pytest']
if self.cov:
basecmd += ['--cov', 'gunicorn']