DEBSOURCES
Skip Quicknav
sources / python-imagesize / 0.7.1-1~bpo8%2B1 / .travis.yml
1234567891011
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" install: - pip install nose script: nosetests