From e34d767ef096962cffec937c4a816b1cfa2e8164 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 24 Dec 2017 16:44:26 +0530 Subject: [PATCH] [ci] Adds python3 in travis --- .travis.yml | 1 + CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c8cb0aa..7a17b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index bcabc28..e80f06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 =====