From 229d99d5f9433bb34d46c8e582b751749d7e10af Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Fri, 8 Jun 2018 18:24:24 +0200 Subject: [PATCH] chore(travis): add PY35, PY36 PY35-dev into tested environments --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d3c35bf..b4f7786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" + - "3.6" + - "3.7-dev" - "pypy" # pytest does not support python 3.5 # https://bitbucket.org/pytest-dev/pytest/pull-request/296/astcall-signature-changed-on-35