DEBSOURCES
Skip Quicknav
sources / python-hjson / 3.1.0-4 / .travis.yml
1234567891011
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "3.7" - "pypy" script: - python -m compileall -f . - python setup.py test