From 14089971814cf6214ccdc4fe1da82fefb15cf2b3 Mon Sep 17 00:00:00 2001 From: chestm007 Date: Wed, 10 Jul 2019 15:43:32 +1000 Subject: [PATCH] we specify 3.4 as minimum python version, looks like travis removed 3.3 (#757) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 732e4b1..55ac0b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python sudo: false python: - - "3.3" + - "3.4" install: - "pip install -r dev-requirements.txt" script: "./ci-build.sh"