From 9e730ff1cccfe4678754cf02a9d8d51490cbb3a4 Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Sat, 17 May 2014 20:21:58 +0100 Subject: [PATCH 1/2] As of months ago Genshi has downloads on PyPI; download it securely. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e0a5ee3..c5e8fd0c 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = {envbindir}/nosetests -q {toxinidir}/flake8-run.sh install_command = - pip install --allow-external Genshi --allow-insecure Genshi {opts} {packages} + pip install {opts} {packages} [testenv:pypy] # lxml doesn't work and datrie doesn't make sense From f5fd711dd3e933353423656b8adf114e436cc4bb Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Sat, 17 May 2014 20:23:19 +0100 Subject: [PATCH 2/2] Add Python 3.4 to Travis and tox. --- .travis.yml | 5 +++-- tox.ini | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 894d6405..dd313001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" env: @@ -14,12 +15,12 @@ matrix: exclude: - python: "2.7" env: USE_OPTIONAL=false - - python: "3.3" + - python: "3.4" env: USE_OPTIONAL=false include: - python: "2.7" env: USE_OPTIONAL=false FLAKE=true - - python: "3.3" + - python: "3.4" env: USE_OPTIONAL=false FLAKE=true before_install: diff --git a/tox.ini b/tox.ini index c5e8fd0c..479f9e1f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,pypy +envlist = py26,py27,py32,py33,py34,pypy [testenv] deps =