Skip to content
Snippets Groups Projects
Select Git revision
  • 9259afa9da7faaf5c580759622dad64609874997
  • branch/default default protected
  • branch/default-vms
  • master
  • felixonmars-patch-1-1
  • felixonmars-patch-1
  • fix-173
  • wild/4890788900eb713c68beb1452b00dac2f73c70a7
  • wheels
  • python2.2
  • docs-102
  • surrogate-62
  • ecma-262-63
  • for_json-69
  • py-backports
  • py3
  • item_sort_key
  • bigint_as_string-gh31
  • dict-subclass-gh26
  • namedtuple_duck-gh22
  • iterable_as_array-gh1
21 results

.travis.yml

Blame
  • .travis.yml 162 B
    language: python
    python:
      - "2.6"
      - "2.7"
      - "3.3"
      - "pypy"
    script:
      - python setup.py build_ext -i
      - python -m compileall -f .
      - python setup.py test