this is annoying

This commit is contained in:
Erin O'Connell
2017-09-01 23:41:28 -06:00
parent ab427c618f
commit afdfb6ca86
4 changed files with 3 additions and 5 deletions
-2
View File
@@ -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
-1
View File
@@ -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:
+1
View File
@@ -16,6 +16,7 @@ VCS_LIST = ('git', 'svn', 'hg', 'bzr')
requests = requests.session()
class PipCommand(pip.basecommand.Command):
name = 'PipCommand'
+2 -2
View File
@@ -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