mirror of https://github.com/tqdm/tqdm.git
Readme: how to run tests
This commit is contained in:
parent
e2e15d1f4d
commit
5f0c72dfd6
|
@ -31,3 +31,9 @@ def trange(*args, **kwargs):
|
||||||
"""A shortcut for writing tqdm(xrange)"""
|
"""A shortcut for writing tqdm(xrange)"""
|
||||||
return tqdm(xrange(*args), **kwargs)
|
return tqdm(xrange(*args), **kwargs)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Running tests
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Please make sure tox (http://tox.testrunner.org/) is installed and type
|
||||||
|
`tox` from the command line
|
Loading…
Reference in New Issue