Merge pull request #60 from thirtyseven/patch-1

Use uncompiled version of pep508checker
This commit is contained in:
2017-01-23 21:46:47 -05:00
committed by GitHub
+1 -1
View File
@@ -546,7 +546,7 @@ def check():
click.echo(crayons.yellow('Checking PEP 508 requirements...'))
# Run the PEP 508 checker in the virtualenv.
c = delegator.run('{0} {1}'.format(which('python'), pep508checker.__file__))
c = delegator.run('{0} {1}'.format(which('python'), pep508checker.__file__.rstrip('cdo')))
results = json.loads(c.out)
# Load the pipfile.