From: Sebastián Ramírez Date: Tue, 18 Dec 2018 18:13:42 +0000 (+0400) Subject: :bug: Install dev-packages with pipenv, not pip X-Git-Tag: 0.1.12~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19c6a2b9bda44444b9b138e6725b9ed7758e56b4;p=thirdparty%2Ffastapi%2Ffastapi.git :bug: Install dev-packages with pipenv, not pip --- diff --git a/.travis.yml b/.travis.yml index 68eacb476e..7b0260c011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ python: - "3.7-dev" install: - - pip install pipenv --dev - - pipenv install + - pip install pipenv + - pipenv install --dev script: - bash scripts/test.sh