Python 3.6.5 (#695)

* 3.6.5

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

* fix tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-02 09:35:32 -04:00
committed by GitHub
parent 6a96169466
commit a8fdd1e532
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ testPipenvLock() {
testPipenvVersion() {
compile "pipenv-version"
assertCaptured "3.6.4"
assertCaptured "3.6.5"
assertCapturedSuccess
}
@@ -83,7 +83,7 @@ testPython2() {
testPython3() {
compile "python3"
assertCaptured "python-3.6.4"
assertCaptured "python-3.6.5"
assertCapturedSuccess
}