From 44946b62c15b6e8993aed9085cf080d7f7a11b12 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 15 Jan 2015 10:33:40 -0800 Subject: [PATCH] Temporarily remove pypy3 due to lxml not being installable --- .travis.yml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 720eec7..39d83d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ env: # These should match the tox env list - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy - - TOXENV=pypy3 install: pip install coveralls tox --use-mirrors script: tox # Special snowflake. Our tests depend on making real commits. diff --git a/tox.ini b/tox.ini index b37a773..4b043ba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] project = pre_commit_hooks # These should match the travis env list -envlist = py26,py27,py33,py34,pypy,pypy3 +envlist = py26,py27,py33,py34,pypy [testenv] install_command = pip install --use-wheel {opts} {packages}