Skip to content
Snippets Groups Projects
Select Git revision
  • 9d62deeb27bbc6199c3c0ae691fb74d2a485648f
  • branch/default default protected
  • branch/1.1
  • 1.0.1
4 results

LICENCE.rst

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