From a47c7a67281d2a7ab1ef2aca4fb1aa151ef3d5e2 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Wed, 15 Feb 2017 21:55:11 +0100 Subject: [PATCH] Add supported python-versions Fix #10 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6461f9..f48bd12 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,7 @@ Please make sure tests are succeeding and your code follows [flake8](https://fla ## Run tests - Install testing-requirements `pip install -r testing_requirements.txt` - Run `py.test tsstats/` + +## Supported Python-versions +* Python 2 (2.7) +* Python 3 (3.5, 3.6)