From 0a58f343fe5b3b5627e3b78d181e7dd7ade89dc9 Mon Sep 17 00:00:00 2001 From: CongNT Date: Wed, 1 Jul 2015 10:17:17 +0700 Subject: [PATCH] add python3 to travis test, add python3 to readme --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f3f24c..6b9bc64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,6 @@ language: python python: - "2.6" - "2.7" + - "3.4" install: "pip install -r requirements.txt" script: cd tests && py.test diff --git a/README.md b/README.md index bc0f95d..66c2dad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Python Telegram Bot API. ## How to install -* Need python2 +* Need python2 or python3 * Install from source ```