From f8ac45571eee76a201c3c5248e04e43f656abfc3 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Tue, 23 May 2017 14:59:14 +0200 Subject: [PATCH] Travis-CI: Back to Python 3.5 - Python 3.6 environment messes with Tox - Python 3.6 seems to have problems with remote shell tests (on travis only, works fine on my computer) - Removed Pypy environment as it puts the Travis build in error state. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e24b542..31997801 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -python: 3.6 +python: 3.5 sudo: false env: @@ -7,8 +7,6 @@ env: - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py35 - - TOX_ENV=py36 - - TOX_ENV=pypy addons: apt: