From 622da502016f33dd9b16d2e0a4e8f5b110019ef5 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sat, 25 Feb 2017 15:14:37 -0800 Subject: [PATCH] Use Twisted trunk for running Python 3.5 tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bee0ad08121..8480d892ef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ matrix: env: TWISTED=14.0.2 TESTS=trial_worker SQLALCHEMY=latest # python 3 tests - python: "3.5" - env: TWISTED=latest TESTS=trial SQLALCHEMY=latest + env: TWISTED=trunk TESTS=trial SQLALCHEMY=latest # Dependencies installation commands