add python3 to travis test, add python3 to readme

This commit is contained in:
CongNT 2015-07-01 10:17:17 +07:00 committed by CongNT3
parent 24491f467f
commit 0a58f343fe
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.4"
install: "pip install -r requirements.txt"
script: cd tests && py.test

View File

@ -6,7 +6,7 @@ Python Telegram Bot API.
## How to install
* Need python2
* Need python2 or python3
* Install from source
```