File: .travis.yml

package info (click to toggle)
python-ceres 0.10.0~git20130913-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 200 kB
  • ctags: 232
  • sloc: python: 1,156; makefile: 126
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# http://travis-ci.org/#!/graphite-project/ceres
language: python
python:
    - 2.6
    - 2.7
install:
    - pip install -r requirements.txt --use-mirrors
    - python setup.py install
script:
    - nosetests