From a6199a12e6f7d3f2864b0dd5f107dec3a5f16459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Raimbault?= Date: Mon, 24 Oct 2016 20:34:00 +0200 Subject: [PATCH] Fix tiny typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 284b2541..0afbf650 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ python setup.py install ### Testing and Code Coverage -We require 100% code coverage in our uint tests. We run all the unit tests with tox. +We require 100% code coverage in our unit tests. We run all the unit tests with tox. This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4 should also be fully supported). Running tox will print out a code coverage report ```