From 85bd917e4089ffa14d6dda86d45983ddec0d0b8b 2015-04-28 22:38:59 From: Matthias Bussonnier Date: 2015-04-28 22:38:59 Subject: [PATCH] run test on 3.5 --- diff --git a/.travis.yml b/.travis.yml index 1d6a796..aaeea1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,14 @@ # http://travis-ci.org/#!/ipython/ipython language: python python: + - "nightly" - 3.4 - 3.3 - 2.7 sudo: false +matrix: + allow_failures: + - python : "nightly" before_install: - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'