Readme: how to run tests

This commit is contained in:
Ivan Ivanov 2014-02-05 21:19:33 +13:00
parent e2e15d1f4d
commit 5f0c72dfd6
1 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,9 @@ def trange(*args, **kwargs):
"""A shortcut for writing tqdm(xrange)"""
return tqdm(xrange(*args), **kwargs)
```
Running tests
-------------
Please make sure tox (http://tox.testrunner.org/) is installed and type
`tox` from the command line