Skip to content

Commit

Permalink
CI fails if Pipfile outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Daeye committed Aug 10, 2018
1 parent 511985a commit 671338d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 671338d

Please sign in to comment.