-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove doctest dependency on ethtoken (#1395)
* Remove doctest dependency on ethtoken * Use testsetup directive for EIP20_ABI * Update broken link in README * Update README with Python 3.7 tox support * Add comment referencing the ABI to run locally
- Loading branch information
1 parent
8c12dc4
commit 24d15cb
Showing
4 changed files
with
12 additions
and
7 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 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 |
---|---|---|
|
@@ -41,7 +41,6 @@ commands= | |
deps = | ||
.[dev] | ||
doctest: sphinx | ||
doctest: ethtoken | ||
passenv = | ||
GETH_BINARY | ||
GETH_VERSION | ||
|