Skip to content

Commit 1921c6c

Browse files
committed
fix pipenv issue for testing
1 parent 5959150 commit 1921c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python:
77
- "3.8"
88
install:
99
- "pip install pipenv"
10-
- "pipenv install --dev"
10+
- "pipenv install --dev --skip-lock"
1111
script:
1212
- "make test lint"

0 commit comments

Comments
 (0)