Skip to content

Commit

Permalink
Add missing pathlib2 dependency for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 11, 2018
1 parent 04765c6 commit b430574
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 26 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pytest-expecter = "*"
pytest-random = "*"
pytest-ordering = "*"
pytest-cov = "*"
pathlib2 = "*" # missing dependency for Python 3.5

# Reports
coverage-space = "*"
Expand Down
164 changes: 138 additions & 26 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b430574

Please sign in to comment.