File: .travis.yml

package info (click to toggle)
python-rfc3161ng 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 188 kB
  • sloc: python: 573; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: python
python:
  - "2.7"
  - "3.6"

# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
  include:
    - python: 3.7
      dist: xenial
      sudo: true
install: pip install tox-travis
script: tox