From 125998ef25ee9ad384b01b7ec68a45f4117bbef4 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Fri, 7 Oct 2016 13:18:39 -0700 Subject: [PATCH] Adds python nightly to travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5972811..a0bb50a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.4" - "3.5" + - "nightly" install: - sudo apt-get update - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then