From 5f0c72dfd6a82891bd92c96ff6cae4872faf8357 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 5 Feb 2014 21:19:33 +1300 Subject: [PATCH] Readme: how to run tests --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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