[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 language: python
python: python:
- "2.7" - "2.7"
- "3.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: install:
- pip install requests - pip install requests

View File

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