Feature/switch to pipenv (#3)

* switch to tox-pipenv.
* pipfile disable python version.
* pytest is a dev dependency.
* install pipenv dev.
This commit is contained in:
Dave Gallant
2018-03-30 22:47:24 -04:00
committed by GitHub
parent f514bcef89
commit e867e6cb19
7 changed files with 221 additions and 14 deletions

View File

@@ -8,5 +8,6 @@ python:
# - "3.7-dev"
install:
- pip install tox-travis
- pip install tox-pipenv
script:
- tox