From d4ff03b36c88d6e1f35b80897929406c4b0eadf1 Mon Sep 17 00:00:00 2001 From: Lionel Porcheron Date: Sat, 29 Apr 2017 23:54:12 +0200 Subject: [PATCH] Prod is running python 3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c38a38..1a3ba3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - 3.4 + - 3.5 install: - pip install -r requirements.txt python-coveralls flake8 script: