Fix all tests and split out requirements refactor

- includes missing artifacts
- fixes cmdprse script
- Remove extraneous changes
- Fix tests
This commit is contained in:
Dan Ryan
2018-04-03 23:01:04 -04:00
parent ccc0311362
commit 61418fda20
30 changed files with 297 additions and 3654 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
[dev-packages]
pipenv = {path = ".", editable = true}
"flake8" = ">=3.3.0,<4"
pytest = "*"
@@ -13,14 +12,12 @@ pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
pytest-tap = "*"
stdeb = {version="*", markers="sys_platform == 'linux'"}
white = {version="*", markers="python_version >= '3.6'"}
flaky = "*"
[packages]
[scripts]
tests = "bash ./run-tests.sh"
[pipenv]
allow_prereleases = true