From 18e82f0585f799ef2a54398e20733e32b0b20721 Mon Sep 17 00:00:00 2001 From: Ayush Shanker Date: Tue, 16 Oct 2018 03:01:22 +0530 Subject: [PATCH] add testing on python 3.7 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ef9751a..68a94a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: python +dist: xenial python: - "2.7" - "3.4" + - "3.6" + - "3.7" services: redis-server install: pip install . script: python setup.py test