File: .travis.yml

package info (click to toggle)
python-midiutil 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: python: 2,131; makefile: 213
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
language: python
python:
  - "2.7"
  - "3.5"
  - "3.6"
install:
    - python setup.py -q install
script: python  src/unittests/test_midi.py