diff --git a/README.md b/README.md index f65d305f..2e2aaf6f 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file