for travis™

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-01 21:17:33 -04:00
parent d6f89a68e6
commit c25a2f5fd8
+1
View File
@@ -81,6 +81,7 @@ class TestPipenv():
'six==1.10.0\n')
assert delegator.run('pipenv --python python').return_code == 0
print(delegator.run('pipenv lock').err)
assert delegator.run('pipenv lock').return_code == 0
pipfile_output = delegator.run('cat Pipfile').out