File: .travis.yml

package info (click to toggle)
python-bitmath 1.3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 736 kB
  • sloc: python: 2,056; makefile: 324; sh: 20
file content (22 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python
notifications:
    email: false
branches:
    only:
        - master
after_success:
    - coveralls
matrix:
  include:
    - python: "2.7"
      env: CI=ci2
    - python: "3.4"
      env: CI=ci3
    - python: "3.5"
      env: CI=ci3
    - python: "3.6"
      env: CI=ci3
    - python: "3.7-dev"
      env: CI=ci3
script: make $CI
install: ""