From dcdd61bd9939eb72b2ec2d382be73d141e4aaa7a Mon Sep 17 00:00:00 2001 From: Sunaina Pai Date: Thu, 5 Dec 2019 12:32:13 +0530 Subject: Remove Python 3.3; add Python 3.7, 3.8 in build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ef70b91..dcd6bee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,11 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: - pip install commonmark coverage coveralls -- cgit v1.2.3