fix tests

This commit is contained in:
2017-01-23 14:31:49 -05:00
parent 83b79c41a1
commit 083872e9de
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
tests:
run-tests:
pipenv run pytest test_pipenv.py
init:
pip install pipenv
+1 -1
View File
@@ -9,6 +9,6 @@ pytest = "*"
crayons = "*"
requirements-parser = "*"
"delegator.py" = ">=0.0.6"
django = "*"
"backports.shutil_get_terminal_size" = "*"
toml = "*"
click = "*"
Generated
+13 -6
View File
@@ -2,16 +2,23 @@
"default": {
"crayons": "==0.1.1",
"requirements-parser": "==0.1.0",
"toml": "==0.9.2",
"delegator.py": "==0.0.6",
"pexpect": "==4.2.1",
"backports.shutil-get-terminal-size": "==1.0.0",
"delegator.py": "==0.0.6",
"backports.shutil_get_terminal_size": "*",
"ptyprocess": "==0.5.1",
"Django": "==1.10.5",
"toml": "==0.9.2",
"colorama": "==0.3.7",
"click": "==6.7",
"ptyprocess": "==0.5.1"
"click": "==6.7"
},
"develop": {
"packaging": "==16.8",
"pytest": "==3.0.6",
"pyparsing": "==2.1.10",
"py": "==1.4.32",
"pytest": "==3.0.6"
"six": "==1.10.0",
"appdirs": "==1.4.0"
},
"_meta": {
"sources": [
@@ -21,6 +28,6 @@
}
],
"requires": {},
"Pipfile-sha256": "7a1de48e54ab350188d8fdcd94b95b15d87b027108e210a82f17552a5170ffa6"
"Pipfile-sha256": "a7cbb1182b2b6a2663243a682e6c033d2c13c9ebdf8803d2b95616c1a6d02d24"
}
}