DEBSOURCES
Skip Quicknav
sources / python-instagram / 1.3.2%2Bgit20160108~dfeebe9-4.1 / .travis.yml
12345678910
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" install: - "pip install ." script: "python tests.py"