forked from coursera-dl/coursera-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tox to requirements.txt and extend it to versions 26,27,33,34,35
Now it's a snap to run tests locally on multiple versions of Python. Also fix install_command. tox used to fail because it tried to pass `--download-cache` option to pip, which is obsolete and gone. Update CONTRIBUTING.md to explain how to use tox and pyenv together to run tests locally on multiple Python versions.
- Loading branch information
Showing
3 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ pytest-xdist | |
mock>=1.0.1 | ||
coverage>=3.7 | ||
keyrings.alt | ||
tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters