language: python sudo: false cache: pip python: - "2.6" - "2.7" - "3.4" - "3.5" - "pypy" install: "pip install -r requirements-test.txt" script: "py.test --doctest-modules boltons tests" branches: except: - function_builder