From 7c303eec45ee676f3afa2ba36269d8d46ec31c23 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 24 Jul 2015 10:29:55 +1000 Subject: [PATCH] Use 3.5 nightly in build matrix 'nightly' now follows Python 3.6 Use '3.5-dev' for Python 3.5 nightly http://docs.travis-ci.com/user/languages/python/#On-demand-installations Partially resolves issue #112 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c09e793..d7508a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - 3.2 - 3.3 - 3.4 - - nightly + - 3.5-dev install: - pip install coveralls - python setup.py build