diff --git a/.travis.yml b/.travis.yml index 45f66493be..11cc63b888 100755 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: install: - pip install --upgrade pip - pip install pipenv -- pipenv install --dev +- pipenv install --dev --deploy - npm install -g npm@latest # Needed to use npm ci - npm ci # use package-lock.json - pipenv run python network-api/manage.py collectstatic --no-input diff --git a/appveyor.yml b/appveyor.yml index 44a448e688..c74abc0d69 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,7 @@ install: - "npm ci" - "python -m pip install --upgrade pip" - "python -m pip install pipenv" - - "python -m pipenv install --dev" + - "python -m pipenv install --dev --deploy" - "python -m pipenv run python network-api/manage.py collectstatic --no-input" test_script: