From 9c76e43de6980752e38a9c56fc3d5ca598d4c976 Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 22 Sep 2015 23:06:36 +0200 Subject: [PATCH] Disable python 3.4 environment (until 3.4.4 release which should fix the problem with Queue) --- .travis.yml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 110a51d..1e0da44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.4" - "3.5" install: - pip install -r requirements.txt diff --git a/tox.ini b/tox.ini index ad168e5..4bd25ee 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py34, + #py34, py35, coverage, #flake8