File: .travis.yml

package info (click to toggle)
python-srptools 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 656; makefile: 5; sh: 5
file content (19 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dist: xenial

language: python

sudo: false

python:
  - 3.7
  - 3.5
  - 3.6

install:
  - pip install pytest coverage coveralls six

script:
  - coverage run --source=srptools setup.py test

after_success:
  - coveralls