File: .travis.yml

package info (click to toggle)
python-threadloop 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 108 kB
  • sloc: python: 300; makefile: 22
file content (19 lines) | stat: -rw-r--r-- 183 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
language: python

python:
    - 2.7
    - pypy
    - 3.3
    - 3.4
    - 3.5
    - pypy3

install:
  - make install

script:
  - make test
  - make lint

after_success:
  - coveralls