DEBSOURCES
Skip Quicknav
sources / pprintpp / 0.4.0-4 / .travis.yml
1234567891011121314
language: python python: - 2.7 - 3.6 - 3.5 - 3.4 - pypy install: - pip install -r test-requires.txt script: - python test.py