[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
ripe-atlas-tools 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,020 kB
  • sloc: python: 7,531; makefile: 156; sh: 7
file content (15 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
sudo: false
env:
  - TOXENV=py27
  - TOXENV=py34
  - TOXENV=py27-pyflakes
  - TOXENV=py27-pep8
  - TOXENV=py27-coverage
install:
  - pip install tox
  - pip install coveralls
script:
  tox
after_success:
  coveralls --verbose