Codebase list ros-vcstools / debian/0.1.40-1 .travis.yml
debian/0.1.40-1

Tree @debian/0.1.40-1 (Download .tar.gz)

.travis.yml @debian/0.1.40-1raw · history · blame

language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
before_install:
 - export REPO=`pwd`
install:
  - sudo apt-get update
  - sudo apt-get install -qq python-yaml python-dateutil
  - sudo apt-get install -qq python3-yaml python3-dateutil
  - sudo apt-get install -qq git mercurial bzr subversion
  - echo $PYTHONPATH
  - python -c 'import sys;print(sys.path)'
  - python setup.py install
  - hg --version
  - bzr --version
  - git --version
  - svn --version
# command to run tests
script:
  - python -m nose --with-coverage --cover-package vcstools test
notifications:
  email: false