File: .travis.yml

package info (click to toggle)
python-jsonschema 2.5.1-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 800 kB
  • sloc: python: 2,999; makefile: 160; sh: 34
file content (7 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
language: python
python:
  - "2.7"
install:
  - pip install tox
script:
  - tox