File: .travis.yml

package info (click to toggle)
haproxy-log-analysis 2.0~b0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,876 kB
  • ctags: 310
  • sloc: python: 1,993; makefile: 158
file content (15 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
install:
  - pip install -r requirements.txt
  - pip install zc.buildout
  - buildout -c qa.cfg
script:
  - bin/code-analysis
  - nosetests --with-coverage --cover-package=haproxy
after_success:
  - pip install -q coveralls
  - coveralls