From d76e4618fea704ca60920c103f4ab1ec0ac05427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 12 Jun 2017 20:18:44 +0200 Subject: [PATCH] Removed python 3.4 from travis versions --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2d1014..ae39ad8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ language: python env: - PYV=2.7 - - PYV=3.4 - PYV=3.5 # run nosetests - Tests script: make test-$PYV