From 11f1919bee438275511555e310529153e427e0e3 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 6 Nov 2018 18:27:52 +0000 Subject: [PATCH] :fire: getting rid of python 3.3 and :newspaper: include python 3.7 in test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e10065..972d9c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ language: python notifications: email: false python: + - 3.7-dev - 3.6 - 3.5 - 3.4 - - 3.3 - 2.7 - pypy before_install: