File: .travis.yml

package info (click to toggle)
python-json-pointer 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 124 kB
  • ctags: 74
  • sloc: python: 225; makefile: 22
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.5"
  - "2.6"
  - "2.7"
  - "3.2"
# command to install dependencies
install: pip install
# command to run tests
script: nosetests tests.py