From 8ebd5bcb0a6d7a7679b7d0e90d35e6fcc51ae2ff Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 15 Mar 2015 18:20:00 -0400 Subject: [PATCH] I give up. --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21b6bc1..51e2255 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,5 @@ language: python python: - - "pypy" - - "pypy3" - - "2.6" - "2.7" - - "3.4" -install: - - pip install --quiet . green script: - - if [[ "$(python -c 'import sys; print(sys.version_info[:2])')" == "(2, 6)" ]]; then pip install unittest2; fi - - green jsonschema - - python -m doctest README.rst + - tox