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

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
beautifulsoup4 = "*"
click = "*"
colorama = "*"
requests = "*"
[dev-packages]
pylint = "*"
pytest = "*"