Skip to content

Commit

Permalink
Get rid of Pipfile.lock (issue #138)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlcinsky committed Apr 2, 2018
1 parent d0d5a8f commit 1a58d4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 318 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -24,6 +24,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
Pipfile.lock

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
317 changes: 0 additions & 317 deletions Pipfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@ envlist = py27, py34, py35, py36
[testenv]
deps = pipenv
commands=
pipenv install --dev --ignore-pipfile
pipenv install --dev --skip-lock
pipenv run pytest tests/ {posargs}

[testenv:py27]
Expand Down

0 comments on commit 1a58d4f

Please sign in to comment.