From f34c6dd4dbcf4b513df35effaf547c18b32833b6 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 31 Dec 2018 11:52:08 -0800 Subject: [PATCH] Update .travis.yml Added more versions to travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 55e8777..fe1d9ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: python python: - "3.6" + - "3.5" + - "3.4" + - "3.3" + - "3.2" + - "3.1" + - "3.0" script: - "python3 setup.py test" install: