File: .travis.yml

package info (click to toggle)
ros-catkin-pkg 0.4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 624 kB
  • sloc: python: 4,247; xml: 139; makefile: 37
file content (17 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python
dist: trusty
sudo: false
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
# command to install dependencies
install:
  - pip install nose coverage argparse python-dateutil docutils pyparsing
  - pip install flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes
# command to run tests
script:
  - nosetests -s --tests test
notifications:
  email: false