From ae2dbcf5b23a158648da62ef92bc93c4a2ed85b0 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Wed, 5 Feb 2020 20:44:36 +0100 Subject: [PATCH] Also in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9ad466..ffa1bab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - 2.7 - - 3.5 + - 3.7 before_install: - pip install -r requirements.txt - pip install pytest mock unittest2six