From 71fcb14a993a345377598c72597bf941527844a2 Mon Sep 17 00:00:00 2001 From: Xiang Gao Date: Wed, 29 May 2019 11:16:04 -0400 Subject: [PATCH] improve README, and test dependency numpy --- README.md | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 26815c5..b39f6a3 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ sum_to_x(10000) ``` You will get `l = list(size=10000)` for the list, and `a = ndarray(shape=(10, 10), dtype=float64)` for the ndarray. +The `custom_repr` are matched in order, if one condition matches, no further conditions will be checked. # Installation # diff --git a/tox.ini b/tox.ini index 94e91ca..2dfc609 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ description = Unit tests deps = pytest python_toolbox + numpy commands = pytest setenv = # until python_toolbox is fixed