mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
this is annoying
This commit is contained in:
@@ -18,9 +18,7 @@ jobs:
|
||||
include:
|
||||
- stage: Style Tests ✨
|
||||
python: 2.7
|
||||
python: 3.4
|
||||
script: pipenv run flake8
|
||||
- stage: Main Test Suite ✨✨
|
||||
python: 2.7
|
||||
python: 3.4
|
||||
script: pipenv run pytest tests
|
||||
|
||||
@@ -487,7 +487,6 @@ def do_lock(no_hashes=True):
|
||||
# Write newline at end of document. GH Issue #319.
|
||||
f.write('\n')
|
||||
|
||||
|
||||
click.echo('{0} Pipfile.lock{1}'.format(crayons.yellow('Updated'), crayons.yellow('!')), err=True)
|
||||
|
||||
else:
|
||||
|
||||
@@ -16,6 +16,7 @@ VCS_LIST = ('git', 'svn', 'hg', 'bzr')
|
||||
|
||||
requests = requests.session()
|
||||
|
||||
|
||||
class PipCommand(pip.basecommand.Command):
|
||||
name = 'PipCommand'
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import delegator
|
||||
|
||||
|
||||
class TestPipenv():
|
||||
|
||||
def test_existience(self):
|
||||
@@ -11,5 +12,4 @@ class TestPipenv():
|
||||
|
||||
def test_lock(self):
|
||||
c = delegator.run('pipenv lock')
|
||||
assert c.return_code == 0
|
||||
|
||||
assert c.return_code == 0
|
||||
Reference in New Issue
Block a user