From 94c4bdc833ece2a1582f94b5ce4acb64ec03e73c Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 28 Mar 2017 00:20:22 -0700 Subject: [PATCH] Update .travis.yml Adding python nightly build to travis --- .travis.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 340e8ff..e5803fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,15 @@ language: python python: - - "2.7" - - "3.3" - - "3.4" - - "3.5" - - "3.6" + - 2.7 + - 3.3 + - 3.4 + - 3.5 + - 3.6 + - nightly +matrix: + allow_failures: + - python: nightly + fast_finish: true before_install: - pip install coveralls pytest coverage mock pylint vcrpy install: