From cfcd504477172d27db84bfd92118100506320200 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Thu, 12 Jul 2018 15:05:43 -0300 Subject: [PATCH] Add python versions travis. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b33b8c1..e516388 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python - +python: + - '2.7' + - '3.4' + - '3.5' + - '3.6' install: - pip install tox coveralls script: