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