From 42e0b1a22f85f25de42779fc97565e20d638b16c Mon Sep 17 00:00:00 2001 From: Alexander Malev Date: Sun, 8 Mar 2020 02:12:44 +0300 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a05bfd..51e4957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: install: - pip install -U pip setuptools pipenv - - pipenv install -d --system + - pipenv install -d --system --skip-lock - pip install codecov script: pytest