File: .travis.yml

package info (click to toggle)
pysimplesoap 1.16.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 564 kB
  • sloc: python: 4,454; xml: 281; makefile: 12
file content (8 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (6)
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