Add Test python version

This commit is contained in:
eternnoir 2015-09-22 20:25:35 +08:00
parent f4b0b61b9d
commit 11d4bb02a8
1 changed files with 3 additions and 0 deletions

View File

@ -2,7 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"