Skip to content

Commit

Permalink
improve README, and test dependency numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm authored and cool-RR committed May 30, 2019
1 parent 7c7e7eb commit 71fcb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ description = Unit tests
deps =
pytest
python_toolbox
numpy
commands = pytest
setenv =
# until python_toolbox is fixed
Expand Down

0 comments on commit 71fcb14

Please sign in to comment.