From ddee0a5c5a6281b9ad45b49112fc4a0fd3d9041e Mon Sep 17 00:00:00 2001 From: Suraj Narwade Date: Mon, 3 Oct 2016 12:11:33 +0530 Subject: [PATCH] Added Python 3.6 in travis --- .travis.yml | 4 ++++ config.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78f6521ae3..51827ba552 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ python: - 3.4 - 3.5 +matrix: + allow_failures: + - python: 'nightly' + install: - pip install -r requirements-travis.txt diff --git a/config.json b/config.json index 5e2206964a..780e98976b 100644 --- a/config.json +++ b/config.json @@ -71,7 +71,7 @@ "slug": "hello-world", "difficulty": 1, "topics": [ - "control-flow (if-statements)", + "control-flow (if-else statements)", "optional values", "text formatting" ]