File: .travis.yml

package info (click to toggle)
bootstrap-vz 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,120 kB
  • ctags: 1,165
  • sloc: python: 4,549; sh: 156; makefile: 145
file content (7 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
6
7
language: python
python:
    - "2.7"
install:
    - "pip install tox"
script:
    - "tox"