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

@@ -20,7 +20,6 @@ setup(
'beautifulsoup4>=4.6.0',
'click>=6.7',
'colorama>=0.3.9',
'pytest>=3.4.2',
'requests>=2.18.4'
],
url='https://github.com/davegallant/rfd_cli',