From b70c56e632cebdb32c58fcd7b05e6386b5f3f7d3 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sat, 28 Jan 2017 21:27:39 +0100 Subject: [PATCH] Add Travis CI section to Tox configuration --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 12471d7..7e793a5 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,11 @@ envlist = py36 flake +[travis] +python = + 3.5: py35, flake + 3.6: py36 + [testenv] commands = py.test deps =