Skip to content

Commit a950e13

Browse files
committed
more coverage
1 parent 9dac920 commit a950e13

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.env

-1
This file was deleted.

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ environment:
1616

1717
- PYTHON: "C:\\Python34-x64"
1818
PYTHON_VERSION: "3.4.x"
19+
PYTHON_ARCH: "64"
1920

2021
- PYTHON: "C:\\Python35-x64"
2122
PYTHON_VERSION: "3.5.x"

tests/test_pipenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def test_lock_requirements_file(self):
562562

563563
req_list = ("requests==2.14.0", "flask==0.12.2", "pytest==3.1.1")
564564

565-
c = p.pipenv('lock -r')
565+
c = p.pipenv('lock --requirements')
566566
assert c.return_code == 0
567567
for req in req_list:
568568
assert req in c.out

0 commit comments

Comments
 (0)