[ci] Adds python3 in travis

This commit is contained in:
Nemo 2017-12-24 16:44:26 +05:30
parent 678b0090c4
commit e34d767ef0
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install requests

View File

@ -1,5 +1,10 @@
This file will only list released and supported versions, usually skipping over very minor updates.
Unreleased
==========
* Python 3 upgrade
3.0.0
=====