Get rid of Pipfile.lock (issue #138)

This commit is contained in:
Jan Vlcinsky
2018-04-02 22:43:28 +02:00
parent d0d5a8f75d
commit 1a58d4f710
3 changed files with 2 additions and 318 deletions
+1 -1
View File
@@ -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]