From 1881164e8a0311c67a53facffd09f1a16e757294 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 12 May 2015 10:36:22 -0400 Subject: [PATCH] Add nightly python builds and allow failures. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7c31eeb..fe57f90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python sudo: false python: + - 'nightly' - '3.4' - '3.3' - '3.2' @@ -31,6 +32,9 @@ deploy: python: 2.6 tags: true repo: mdshw5/pyfaidx +matrix: + allow_failures: + - python: 'nightly' cache: directories: - tests/data