File: .travis.yml

package info (click to toggle)
vcversioner 2.16.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: python: 451; makefile: 150
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"

install: "pip install pytest coveralls --use-mirrors"
script: "coverage run $(which py.test)"
after_success: "coveralls"