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" ]