Skip to content

Commit

Permalink
Regenerate Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2017
1 parent ac264fe commit adf7db5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ environment:
PYTHON_MINOR: 6

cache:
- .venv -> .appveyor.yml
- .venv -> Makefile

install:
# Export build paths
- copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe
- set PATH=%PATH%;C:\MinGW\bin
# Install system dependencies
- make setup doctor
- pip install pipenv==3.6.0
- make doctor
# Install project dependencies
- make install

Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ env:
- PIPENV_NOSPIN=true

before_install:
- make setup doctor
- pip install pipenv==3.6.0
- make doctor

install:
- make install
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ run: install

# SYSTEM DEPENDENCIES ##########################################################

.PHONY: setup
setup:
pip install pipenv==3.6.0
touch Pipfile

.PHONY: doctor
doctor: ## Confirm system dependencies are available
bin/verchew
Expand Down
36 changes: 20 additions & 16 deletions Pipfile.lock

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

0 comments on commit adf7db5

Please sign in to comment.