-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete requirements.txt; related CI & test changes (#149)
* delete requirements.txt * add pytest-cov to tests_require * rework CI config * don't globally import ruptures in tests * more ruptures fix * install [optional] as well as [test] * nix reference to requirements.txt in sphinx docs
- Loading branch information
1 parent
61e0f54
commit 76a8ccc
Showing
5 changed files
with
8 additions
and
19 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
|
||
TESTS_REQUIRE = [ | ||
'pytest', | ||
'pytest-cov', | ||
] | ||
|
||
INSTALL_REQUIRES = [ | ||
|