From e768a02818a06e82c6e8628b2ac15ab600df6734 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Sat, 30 Mar 2019 11:49:23 -0700 Subject: [PATCH] Added missing environments to travis config --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a007ad4..75e823b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ install: - pip install tox-travis script: - tox +-python: + - 2.7 + - 3.5 + - 3.6 + - 3.7 matrix: include: - python: 3.7