We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5959150 commit 1921c6cCopy full SHA for 1921c6c
.travis.yml
@@ -7,6 +7,6 @@ python:
7
- "3.8"
8
install:
9
- "pip install pipenv"
10
- - "pipenv install --dev"
+ - "pipenv install --dev --skip-lock"
11
script:
12
- "make test lint"
0 commit comments