File: .travis.yml

package info (click to toggle)
python-firehose 0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,104 kB
  • sloc: python: 2,587; xml: 1,388; makefile: 152; ansic: 34
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "pypy"
  - "2.7"
  - "3.3"
script: make
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq libxml2-utils
 - sudo apt-get install -qq python-sphinx