diff --git a/.travis.yml b/.travis.yml index 4ca4fa2..2c5bb21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,18 +3,18 @@ language: python python: - '2.7' -- '3.3' -- '3.4' -- '3.5' +#- '3.3' +#- '3.4' +#- '3.5' - '3.6' -- pypy -- pypy-5.4.1 -matrix: - allow_failures: - - python: '3.3' - - python: '3.4' - - python: pypy - - python: pypy-5.4.1 +#- pypy +#- pypy-5.4.1 +#matrix: +# allow_failures: +# - python: '3.3' +# - python: '3.4' +# - python: pypy +# - python: pypy-5.4.1 before_install: - pip install -U pip wheel setuptools