Skip to content

Commit

Permalink
Allow different python versions to use different lockfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Mar 20, 2019
1 parent d66b593 commit d715321
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 178 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ apt:
install:
- pip install --upgrade pip
- pip install --upgrade setuptools pipenv
- ./scripts/use_appropriate_lockfile.sh
- pipenv install --dev --deploy --system
- pipenv install --system --skip-lock -e .
before_script:
Expand Down
178 changes: 3 additions & 175 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d715321

Please sign in to comment.