git @ Cat's Eye Technologies klaus / 0.8.0 .travis.yml
0.8.0

Tree @0.8.0 (Download .tar.gz)

.travis.yml @0.8.0raw · history · blame

sudo: false
language: python
python:
  - "2.6"
  - "2.7"
addons:
  apt:
    packages:
    - exuberant-ctags
install:
  - "pip install ."
  - "pip install -r test_requirements.txt"
script:
  - git config --global user.email "you@example.com"
  - git config --global user.name "Your Name"
  - ./runtests.sh