File: .travis.yml

package info (click to toggle)
python-retrying 1.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: python: 501; makefile: 30
file content (11 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
language: python

python:
  - 2.6
  - 2.7
  - 3.2
  - 3.3
  - 3.4
  - pypy

script: python setup.py test