From d4dea308615ac84c5b3b57d29fb6e8b70be7bcc1 2015-11-07 10:22:30 From: Min RK Date: 2015-11-07 10:22:30 Subject: [PATCH] Merge pull request #8954 from ipython/Carreau-patch-2 Update travis to 3.5 (instead of 3.5.0.rc4) --- diff --git a/.travis.yml b/.travis.yml index 8b607d8..739735b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # http://travis-ci.org/#!/ipython/ipython language: python python: - - "3.5.0rc4" + - 3.5 - 3.4 - 3.3 - 2.7