Skip to content
Snippets Groups Projects
Select Git revision
  • 40b0354f2c328a0e2430c9e3dc16d0026692ce21
  • branch/default default protected
  • branch/default-vms
  • master
  • wild/d977301c9051bf84ddc07dafbaece5492e8f2043
  • wild/4f4d05e50134ee5072dac0a6471d1800df36962d
6 results

COPYING.GPLv2

Blame
  • This project is licensed under the Other. Learn more
    .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