File: .travis.yml

package info (click to toggle)
python-cotyledon 1.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: python: 1,067; sh: 34; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: false
language: python
matrix:
  include:
    - python: 2.7
    - python: 3.7
      dist: xenial
      sudo: true
branches:
    only:
        - master
cache:
 - apt
 - pip
install: pip install tox-travis
script: tox