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: