From b38e72b6992d6cdaf6d974a5487568129a29142e Mon Sep 17 00:00:00 2001 From: system_user Date: Sun, 31 Dec 2017 01:06:22 +0100 Subject: [PATCH] Upgrading version of Python to test on to match my own --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab2518b..466ef59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.5" + - "3.6" # command to install dependencies install: - python3 setup.py install