File: .travis.yml

package info (click to toggle)
pysimplesoap 1.16.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 612 kB
  • sloc: python: 4,452; xml: 281; makefile: 11
file content (8 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "pypy"
script: nosetests -a !internal,!disabled